summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2001-03-24 21:14:40 +0000
committerhubertf <hubertf@pkgsrc.org>2001-03-24 21:14:40 +0000
commitfe650da8e1929e3e5bbfd205857e1a9439e4fb0d (patch)
treef23e6d2d02a7c8e7ddcb46077ab4ae31fb470cbc /x11
parent7925db46ea180359ee743d9df53032e6d0903172 (diff)
downloadpkgsrc-fe650da8e1929e3e5bbfd205857e1a9439e4fb0d.tar.gz
Give that
* qt2 doesn't write compressed GIFs * applications like KDE2's konqueror are ~useless without it and * there's prior art (in FreeBSD, OpenBSD) switch on GIF support permanently. (After compiling without GIF support for a few hours AGAIN)
Diffstat (limited to 'x11')
-rw-r--r--x11/qt2-libs/Makefile.common6
1 files changed, 2 insertions, 4 deletions
diff --git a/x11/qt2-libs/Makefile.common b/x11/qt2-libs/Makefile.common
index 5e06911faf1..8c7dfa16b20 100644
--- a/x11/qt2-libs/Makefile.common
+++ b/x11/qt2-libs/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.6 2001/03/07 10:47:13 skrll Exp $
+# $NetBSD: Makefile.common,v 1.7 2001/03/24 21:14:40 hubertf Exp $
#
DISTNAME= qt-x11-${QTVERSION}
@@ -18,6 +18,7 @@ CONFIGURE_ARGS+= -static -sm -no-thread \
-system-zlib -system-libpng \
-system-libmng -system-jpeg \
-I${LOCALBASE}/include -L${LOCALBASE}/lib
+CONFIGURE_ARGS+= -gif # qt2 does not write compressed GIFs
CONFIGURE_SCRIPT= ${ECHO} yes | ./configure
@@ -30,9 +31,6 @@ PATCHDIR= ${PKGSRCDIR}/x11/qt2-libs/patches
.include "../../mk/bsd.prefs.mk"
-.if defined(USE_GIF)
-CONFIGURE_ARGS+= -gif
-.endif
.if ${OPSYS} == "SunOS"
BUILD_DEPENDS+= ${LOCALBASE}/egcs/bin/g++:../../lang/egcs