diff options
Diffstat (limited to 'media-libs/SoQt/SoQt-1.4.1.ebuild')
-rw-r--r-- | media-libs/SoQt/SoQt-1.4.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 } |