diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-04 15:14:58 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-04 15:14:58 +0000 |
commit | 80b7c756fbd795b436acaac7362f1fa387cdb997 (patch) | |
tree | 8a0cbdffc5cda3d8bb8cb0cd682f9f07f4a8a031 /sci-chemistry/massxpert | |
parent | Replace filtering of -Wl,--as-needed with function from flag-o-matic eclass. (diff) | |
download | gentoo-2-80b7c756fbd795b436acaac7362f1fa387cdb997.tar.gz gentoo-2-80b7c756fbd795b436acaac7362f1fa387cdb997.tar.bz2 gentoo-2-80b7c756fbd795b436acaac7362f1fa387cdb997.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-chemistry/massxpert')
-rw-r--r-- | sci-chemistry/massxpert/ChangeLog | 7 | ||||
-rw-r--r-- | sci-chemistry/massxpert/massxpert-2.0.5.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/sci-chemistry/massxpert/ChangeLog b/sci-chemistry/massxpert/ChangeLog index 76609c827fa8..5a1c08ade542 100644 --- a/sci-chemistry/massxpert/ChangeLog +++ b/sci-chemistry/massxpert/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-chemistry/massxpert # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/massxpert/ChangeLog,v 1.8 2009/09/19 19:30:25 ayoy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/massxpert/ChangeLog,v 1.9 2009/10/04 15:14:58 ssuominen Exp $ + + 04 Oct 2009; Samuli Suominen <ssuominen@gentoo.org> + massxpert-2.0.5.ebuild: + Replace filtering of -Wl,--as-needed with function from flag-o-matic + eclass. *massxpert-2.0.5 (19 Sep 2009) diff --git a/sci-chemistry/massxpert/massxpert-2.0.5.ebuild b/sci-chemistry/massxpert/massxpert-2.0.5.ebuild index 8e334c69809e..ab8f95766c4e 100644 --- a/sci-chemistry/massxpert/massxpert-2.0.5.ebuild +++ b/sci-chemistry/massxpert/massxpert-2.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/massxpert/massxpert-2.0.5.ebuild,v 1.1 2009/09/19 19:30:25 ayoy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/massxpert/massxpert-2.0.5.ebuild,v 1.2 2009/10/04 15:14:58 ssuominen Exp $ EAPI="2" @@ -40,7 +40,7 @@ src_prepare() { } src_configure() { - filter-ldflags -Wl,--as-needed --as-needed + append-ldflags $(no-as-needed) mycmakeargs=" -DBUILD_PROGRAM=1 |