diff options
author | Caleb Tennis <caleb@gentoo.org> | 2007-12-28 13:36:57 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2007-12-28 13:36:57 +0000 |
commit | 95395248b28e6fd0c2c10347a4e48b616083995c (patch) | |
tree | 85e22b01c46d3da0b66053e2ab3b7b778b9e3053 /x11-libs | |
parent | Bump to 0.9.2.0 which support Pando 1.7 packages. ~amd64 added. Using fixed l... (diff) | |
download | gentoo-2-95395248b28e6fd0c2c10347a4e48b616083995c.tar.gz gentoo-2-95395248b28e6fd0c2c10347a4e48b616083995c.tar.bz2 gentoo-2-95395248b28e6fd0c2c10347a4e48b616083995c.zip |
Turn off qt3support, or we get errors because it defaults to on
(Portage version: 2.1.4_rc11)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/qt-assistant/qt-assistant-4.4.0_rc1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/qt-assistant/qt-assistant-4.4.0_rc1.ebuild b/x11-libs/qt-assistant/qt-assistant-4.4.0_rc1.ebuild index f1898939e6e7..7aa3ec5ea40d 100644 --- a/x11-libs/qt-assistant/qt-assistant-4.4.0_rc1.ebuild +++ b/x11-libs/qt-assistant/qt-assistant-4.4.0_rc1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.4.0_rc1.ebuild,v 1.3 2007/12/27 23:25:07 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.4.0_rc1.ebuild,v 1.4 2007/12/28 13:36:57 caleb Exp $ inherit qt4-build @@ -38,7 +38,7 @@ src_compile() { myconf="${myconf} -no-xkb -no-tablet -no-fontconfig -no-xrender -no-xrandr -no-xfixes -no-xcursor \ -no-xinerama -no-xshape -no-sm -no-opengl -no-nas-sound -no-qdbus -iconv -no-cups -no-nis \ -no-gif -no-libpng -no-libmng -no-libjpeg -no-openssl -system-zlib -no-webkit -no-phonon \ - -no-xmlpatterns -no-freetype -no-libtiff -no-accessibility -no-fontconfig -no-glib -no-opengl" + -no-xmlpatterns -no-freetype -no-libtiff -no-accessibility -no-fontconfig -no-glib -no-opengl -no-qt3support" echo ./configure ${myconf} ./configure ${myconf} || die |