diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-04 15:16:25 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-04 15:16:25 +0000 |
commit | f014b6a09e9b90c2be55655e65ac2f0774a6edf3 (patch) | |
tree | 7ae5c6d042a2245c9c54864f9605c3f8c2c910c2 /sci-electronics/gwave/gwave-20060606.ebuild | |
parent | Replace filtering of -Wl,--as-needed with function from flag-o-matic eclass. (diff) | |
download | gentoo-2-f014b6a09e9b90c2be55655e65ac2f0774a6edf3.tar.gz gentoo-2-f014b6a09e9b90c2be55655e65ac2f0774a6edf3.tar.bz2 gentoo-2-f014b6a09e9b90c2be55655e65ac2f0774a6edf3.zip |
Replace filtering of -Wl,--as-needed with function from flag-o-matic eclass.
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Diffstat (limited to 'sci-electronics/gwave/gwave-20060606.ebuild')
-rw-r--r-- | sci-electronics/gwave/gwave-20060606.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-electronics/gwave/gwave-20060606.ebuild b/sci-electronics/gwave/gwave-20060606.ebuild index 82fc7b1164a0..2635b113d509 100644 --- a/sci-electronics/gwave/gwave-20060606.ebuild +++ b/sci-electronics/gwave/gwave-20060606.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gwave/gwave-20060606.ebuild,v 1.1 2007/05/06 15:56:43 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gwave/gwave-20060606.ebuild,v 1.2 2009/10/04 15:16:25 ssuominen Exp $ inherit flag-o-matic @@ -20,7 +20,7 @@ RDEPEND="${DEPEND} plotutils? ( media-libs/plotutils )" src_compile() { - filter-ldflags -Wl,--as-needed --as-needed + append-ldflags $(no-as-needed) econf --disable-dependency-tracking || die "Configuration failed" make || die "Compilation failed" } |