summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannes Mehnert <hannes@gentoo.org>2003-01-08 17:58:05 +0000
committerHannes Mehnert <hannes@gentoo.org>2003-01-08 17:58:05 +0000
commit8268b36e63efb696416eb8ee9743caa0995d74b8 (patch)
treec190dd7db71923c1412870b3501fff4d20ab0829 /x11-libs
parentmark stable for x86 (diff)
downloadhistorical-8268b36e63efb696416eb8ee9743caa0995d74b8.tar.gz
historical-8268b36e63efb696416eb8ee9743caa0995d74b8.tar.bz2
historical-8268b36e63efb696416eb8ee9743caa0995d74b8.zip
removed !x11-libs/xft from depend, added -no-xft to configure
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/qt/ChangeLog6
-rw-r--r--x11-libs/qt/qt-2.3.2-r1.ebuild5
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-libs/qt/ChangeLog b/x11-libs/qt/ChangeLog
index 3904665dbcf4..e3e176721ff1 100644
--- a/x11-libs/qt/ChangeLog
+++ b/x11-libs/qt/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/qt
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.46 2003/01/06 10:50:10 hannes Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.47 2003/01/08 17:58:05 hannes Exp $
+
+ 07 Jan 2003; Hannes Mehnert <hannes@gentoo.org> qt-2.3.2-r1.ebuild:
+ removed !x11-libs/xft from DEPEND, added -no-xft to configure. really better
+ solution for the problem.
06 Jan 2003; Hannes Mehnert <hannes@gentoo.org> qt-2.3.2-r1.ebuild:
added !x11-libs/xft to DEPEND. this closes bug #11839 and probably
diff --git a/x11-libs/qt/qt-2.3.2-r1.ebuild b/x11-libs/qt/qt-2.3.2-r1.ebuild
index bbc116aa93f4..f3a0fc9e532d 100644
--- a/x11-libs/qt/qt-2.3.2-r1.ebuild
+++ b/x11-libs/qt/qt-2.3.2-r1.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-2.3.2-r1.ebuild,v 1.15 2003/01/06 10:50:10 hannes Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-2.3.2-r1.ebuild,v 1.16 2003/01/08 17:58:05 hannes Exp $
IUSE="gif opengl nas"
@@ -24,7 +24,6 @@ RDEPEND="virtual/x11
DEPEND="$RDEPEND
- !x11-libs/xft
sys-devel/gcc"
QTBASE=/usr/qt/2
@@ -65,7 +64,7 @@ src_compile() {
./configure \
-sm -thread -system-zlib -system-jpeg ${myconf} \
-system-libmng -system-libpng -gif -platform linux-g++ \
- -ldl -lpthread -no-g++-exceptions || die
+ -ldl -lpthread -no-g++-exceptions -no-xft || die
cd ${S}
make symlinks src-moc sub-src sub-tools || die