diff options
author | hubertf <hubertf> | 2001-03-24 21:14:40 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2001-03-24 21:14:40 +0000 |
commit | 54afd12e2d8c7c0e756942be2dae2b1faea8a046 (patch) | |
tree | f23e6d2d02a7c8e7ddcb46077ab4ae31fb470cbc /x11/qt2-libs | |
parent | b87cde51dfda068869b0087fe7bdd3e5222ae54d (diff) | |
download | pkgsrc-54afd12e2d8c7c0e756942be2dae2b1faea8a046.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/qt2-libs')
-rw-r--r-- | x11/qt2-libs/Makefile.common | 6 |
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 |