summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-10-04 14:56:02 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-10-04 14:56:02 +0000
commitc2cbe41684612a7948b0ac5a50ee934c2b7e992c (patch)
treeb55b526ddd8e25af09a5bdd27c88e9ccc38c25b6 /media-libs/SoQt
parentReplace -Wl,--no-as-needed with function from flag-o-matic eclass. (diff)
downloadgentoo-2-c2cbe41684612a7948b0ac5a50ee934c2b7e992c.tar.gz
gentoo-2-c2cbe41684612a7948b0ac5a50ee934c2b7e992c.tar.bz2
gentoo-2-c2cbe41684612a7948b0ac5a50ee934c2b7e992c.zip
Replace -Wl,--no-as-needed with function from flag-o-matic eclass.
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/SoQt')
-rw-r--r--media-libs/SoQt/ChangeLog5
-rw-r--r--media-libs/SoQt/SoQt-1.4.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/SoQt/ChangeLog b/media-libs/SoQt/ChangeLog
index 0cbbff512c3f..ec88f769621c 100644
--- a/media-libs/SoQt/ChangeLog
+++ b/media-libs/SoQt/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/SoQt
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/SoQt/ChangeLog,v 1.21 2009/08/23 19:02:15 vostorga Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/SoQt/ChangeLog,v 1.22 2009/10/04 14:56:02 ssuominen Exp $
+
+ 04 Oct 2009; Samuli Suominen <ssuominen@gentoo.org> SoQt-1.4.1.ebuild:
+ Replace -Wl,--no-as-needed with function from flag-o-matic eclass.
23 Aug 2009; Víctor Ostorga <vostorga@gentoo.org> SoQt-1.4.1.ebuild,
+files/SoQt-1.4.1-gcc44.patch:
diff --git a/media-libs/SoQt/SoQt-1.4.1.ebuild b/media-libs/SoQt/SoQt-1.4.1.ebuild
index a26533fa58cb..6a32676d593f 100644
--- a/media-libs/SoQt/SoQt-1.4.1.ebuild
+++ b/media-libs/SoQt/SoQt-1.4.1.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/media-libs/SoQt/SoQt-1.4.1.ebuild,v 1.4 2009/08/23 19:02:15 vostorga Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/SoQt/SoQt-1.4.1.ebuild,v 1.5 2009/10/04 14:56:02 ssuominen Exp $
EAPI="2"
@@ -37,7 +37,7 @@ src_configure() {
export CONFIG_QTLIBS="$(pkg-config --libs QtGui)"
fi
- append-ldflags -Wl,--no-as-needed
+ append-ldflags $(no-as-needed)
econf --with-coin --disable-html-help $(use_enable doc html) htmldir=/usr/share/doc/${PF}/html
}