diff options
author | tron <tron@pkgsrc.org> | 1999-06-05 15:07:23 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-06-05 15:07:23 +0000 |
commit | 52ea5014399ef298c96a346fc6d8cf528726b510 (patch) | |
tree | de8bb426a54bdde5145578f59db452fd58d489c1 /x11 | |
parent | 2e7a953911af4ca0b4870908acbd062208e9f97b (diff) | |
download | pkgsrc-52ea5014399ef298c96a346fc6d8cf528726b510.tar.gz |
"kdebase" doesn't really require "giflib" but beceause some of the other
KDE packages do we avoid the trouble to remove the dependence check
from "configure".
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kdebase/Makefile | 3 | ||||
-rw-r--r-- | x11/kdebase/patches/patch-aa | 18 |
2 files changed, 3 insertions, 18 deletions
diff --git a/x11/kdebase/Makefile b/x11/kdebase/Makefile index 650a38e200a..b4c6f4e7869 100644 --- a/x11/kdebase/Makefile +++ b/x11/kdebase/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 1999/06/04 15:15:11 tron Exp $ +# $NetBSD: Makefile,v 1.39 1999/06/05 15:07:23 tron Exp $ # FreeBSD Id: Makefile,v 1.6 1997/11/27 00:35:27 se Exp # @@ -13,6 +13,7 @@ HOMEPAGE= http://www.kde.org/ BUILD_DEPENDS+= ${LOCALBASE}/bin/msgfmt:../../devel/gettext DEPENDS+= Mesa-3.0:../../graphics/Mesa +DEPENDS+= giflib-3.0:../../graphics/giflib DEPENDS+= kdelibs-1.1.1:../../x11/kdelibs DEPENDS+= xpm-3.4k:../../graphics/xpm diff --git a/x11/kdebase/patches/patch-aa b/x11/kdebase/patches/patch-aa index df657affb9c..4f48265ab0e 100644 --- a/x11/kdebase/patches/patch-aa +++ b/x11/kdebase/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.9 1999/06/04 00:05:51 tron Exp $ +$NetBSD: patch-aa,v 1.10 1999/06/05 15:07:23 tron Exp $ --- configure.orig Wed Apr 28 17:21:06 1999 +++ configure Fri Jun 4 00:56:50 1999 @@ -81,19 +81,3 @@ $NetBSD: patch-aa,v 1.9 1999/06/04 00:05:51 tron Exp $ cat >> confdefs.h <<EOF #define HAVE_PAM_LIB 1 EOF -@@ -5072,6 +5072,7 @@ - - - -+if false; then - echo $ac_n "checking for giflib""... $ac_c" 1>&6 - echo "configure:5077: checking for giflib" >&5 - if eval "test \"`echo '$''{'ac_cv_lib_gif'+set}'`\" = set"; then -@@ -5118,6 +5119,7 @@ - - else - { echo "configure: error: You need giflib30. Please install the kdesupport package" 1>&2; exit 1; } -+fi - fi - - echo $ac_n "checking for jpeglib""... $ac_c" 1>&6 |