Gentoo Archives: gentoo-commits

From: "Matt Turner (mattst88)" <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/cpuid: cpuid-20110305.ebuild
Date: Sun, 31 Jul 2011 16:12:51
Message-Id: 20110731161240.EAB0A20051@flycatcher.gentoo.org
1 mattst88 11/07/31 16:12:40
2
3 Modified: cpuid-20110305.ebuild
4 Log:
5 Fix compilation on x86/hardened (-fPIC flag), bug 376245.
6
7 (Portage version: 2.1.10.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 sys-apps/cpuid/cpuid-20110305.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/cpuid/cpuid-20110305.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/cpuid/cpuid-20110305.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/cpuid/cpuid-20110305.ebuild?r1=1.2&r2=1.3
15
16 Index: cpuid-20110305.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/cpuid/cpuid-20110305.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- cpuid-20110305.ebuild 23 Jul 2011 15:28:56 -0000 1.2
23 +++ cpuid-20110305.ebuild 31 Jul 2011 16:12:40 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/cpuid/cpuid-20110305.ebuild,v 1.2 2011/07/23 15:28:56 tomka Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/cpuid/cpuid-20110305.ebuild,v 1.3 2011/07/31 16:12:40 mattst88 Exp $
29
30 EAPI="4"
31
32 @@ -18,6 +18,7 @@
33
34 src_prepare() {
35 epatch "${FILESDIR}"/${P}-Makefile.patch
36 + epatch "${FILESDIR}"/${P}-fPIC.patch #376245
37 }
38
39 src_compile() {