diff options
author | Ned Ludd <solar@gentoo.org> | 2005-02-03 13:38:21 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2005-02-03 13:38:21 +0000 |
commit | c9c09038922257e78f8300cc3cfb0d593231128b (patch) | |
tree | ca8991c1bf56192d18fabf07ad5557172c7d0f7c /sys-apps/lshw/lshw-02.00b.ebuild | |
parent | bumped version (includes fix in rc{1,2} as well) and removed 1.9.3.17 (diff) | |
download | gentoo-2-c9c09038922257e78f8300cc3cfb0d593231128b.tar.gz gentoo-2-c9c09038922257e78f8300cc3cfb0d593231128b.tar.bz2 gentoo-2-c9c09038922257e78f8300cc3cfb0d593231128b.zip |
- removing filter-flags -fPIC from ebuild now that the cpuid patch exists. Removing broken lshw-01.08a
(Portage version: 2.0.51-r15)
Diffstat (limited to 'sys-apps/lshw/lshw-02.00b.ebuild')
-rw-r--r-- | sys-apps/lshw/lshw-02.00b.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys-apps/lshw/lshw-02.00b.ebuild b/sys-apps/lshw/lshw-02.00b.ebuild index 40315a30825f..9a7486ee43f7 100644 --- a/sys-apps/lshw/lshw-02.00b.ebuild +++ b/sys-apps/lshw/lshw-02.00b.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/lshw/lshw-02.00b.ebuild,v 1.4 2005/01/07 20:33:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/lshw/lshw-02.00b.ebuild,v 1.5 2005/02/03 13:38:21 solar Exp $ inherit flag-o-matic eutils toolchain-funcs @@ -35,10 +35,6 @@ src_unpack() { epatch ${FILESDIR}/${PV}-dev.patch #75168 epatch ${FILESDIR}/${PV}-cpuid-PIC.patch #61947 - - # cpuid.cc uses inline asm and can not be linked when - # position independent code is desired. - filter-flags -fPIC } src_compile() { |