summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2002-01-02 22:00:47 +0000
committerDan Armak <danarmak@gentoo.org>2002-01-02 22:00:47 +0000
commite740ca07ce1d7f0a349f90eb428b761be743ef61 (patch)
tree28c8ac7e7ce0b50eaa0295d62f7307c6cc2a2294 /x11-libs
parentThe modular module thing (hehe) is in /etc/modules.d, not /etc/modutils. (diff)
downloadgentoo-2-e740ca07ce1d7f0a349f90eb428b761be743ef61.tar.gz
gentoo-2-e740ca07ce1d7f0a349f90eb428b761be743ef61.tar.bz2
gentoo-2-e740ca07ce1d7f0a349f90eb428b761be743ef61.zip
added explicit -xft, seems to work ok here
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/qt/qt-3.0.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/qt/qt-3.0.1.ebuild b/x11-libs/qt/qt-3.0.1.ebuild
index 9249b2e41761..fb9c00a7ca9b 100644
--- a/x11-libs/qt/qt-3.0.1.ebuild
+++ b/x11-libs/qt/qt-3.0.1.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/qt-3.0.1.ebuild,v 1.2 2002/01/01 21:05:51 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.0.1.ebuild,v 1.3 2002/01/02 22:00:47 danarmak Exp $
P=qt-x11-${PV}
S=${WORKDIR}/qt-x11-free-${PV}
@@ -50,7 +50,7 @@ src_compile() {
[ -n "$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
+ -system-libmng -system-libpng -ldl -lpthread -xft || die
emake src-qmake src-moc sub-src sub-tools || die