diff options
author | Dan Armak <danarmak@gentoo.org> | 2002-11-01 12:23:58 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2002-11-01 12:23:58 +0000 |
commit | 8ea53924c575e8bf3364e2635df766ad33b17ae5 (patch) | |
tree | 3ffddfe10e2c9199780ea9f83bdfed5e4d75c438 /x11-libs | |
parent | unmask x86 (diff) | |
download | historical-8ea53924c575e8bf3364e2635df766ad33b17ae5.tar.gz historical-8ea53924c575e8bf3364e2635df766ad33b17ae5.tar.bz2 historical-8ea53924c575e8bf3364e2635df766ad33b17ae5.zip |
add an explicit -no-cups parameter to configure if cups isn\'t in use
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/qt/qt-3.1.0_pre20021024.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/qt/qt-3.1.0_pre20021024.ebuild b/x11-libs/qt/qt-3.1.0_pre20021024.ebuild index 649242ab594f..7386efb11613 100644 --- a/x11-libs/qt/qt-3.1.0_pre20021024.ebuild +++ b/x11-libs/qt/qt-3.1.0_pre20021024.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.1.0_pre20021024.ebuild,v 1.3 2002/11/01 11:38:07 verwilst Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.1.0_pre20021024.ebuild,v 1.4 2002/11/01 12:23:58 danarmak Exp $ # the qt-copy snapshotfrfom 20021024 distibuted with kde 3.1 rc1 @@ -64,7 +64,7 @@ src_compile() { use nas && myconf="${myconf} -system-nas-sound" use gif && myconf="${myconf} -qt-gif" - use cups && myconf="${myconf} -cups" + use cups && myconf="${myconf} -cups" || myconf="${myconf} -no-cups" use mysql && myconf="${myconf} -plugin-sql-mysql -I/usr/include/mysql -L/usr/lib/mysql" use postgres && myconf="${myconf} -plugin-sql-psql -I/usr/include/postgresql/server" use odbc && myconf="${myconf} -plugin-sql-odbc" |