diff options
author | 2001-11-19 14:33:58 +0000 | |
---|---|---|
committer | 2001-11-19 14:33:58 +0000 | |
commit | a9959962c860f6a6e2c4c34094fbe853b968220d (patch) | |
tree | 79d1491b6ea7c31ba8ef9f1b4c24045bffce482a /x11-libs | |
parent | major fixes, now it really works (diff) | |
download | gentoo-2-a9959962c860f6a6e2c4c34094fbe853b968220d.tar.gz gentoo-2-a9959962c860f6a6e2c4c34094fbe853b968220d.tar.bz2 gentoo-2-a9959962c860f6a6e2c4c34094fbe853b968220d.zip |
added -no-xft flag, due to confirmed xft bugs in this version of qt, to be fixed in 3.0.1
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/qt-x11/qt-x11-3.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/qt-x11/qt-x11-3.0.0.ebuild b/x11-libs/qt-x11/qt-x11-3.0.0.ebuild index 72513f448b16..1418ac42f098 100644 --- a/x11-libs/qt-x11/qt-x11-3.0.0.ebuild +++ b/x11-libs/qt-x11/qt-x11-3.0.0.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Dan Armak <danarmak@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-x11/qt-x11-3.0.0.ebuild,v 1.3 2001/11/19 05:09:21 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-x11/qt-x11-3.0.0.ebuild,v 1.4 2001/11/19 14:33:58 danarmak Exp $ P=qt-x11-${PV} S=${WORKDIR}/qt-x11-free-${PV} @@ -49,7 +49,7 @@ src_compile() { [ "$DEBUG" ] && myconf="${myconf} -debug" || myconf="${myconf} -release -no-g++-exceptions" ./configure -sm -thread -stl -system-zlib -system-libjpeg ${myconf} \ - -system-libmng -system-libpng -ldl -lpthread || die # -prefix ${D}/${QTBASE} + -system-libmng -system-libpng -ldl -lpthread -no-xft || die # -prefix ${D}/${QTBASE} make || die |