diff options
author | jlam <jlam@pkgsrc.org> | 1999-10-09 20:23:54 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 1999-10-09 20:23:54 +0000 |
commit | c6f63305d26769108c7664946661e7731ad6e436 (patch) | |
tree | 2e74443dbca7b46dd429e37bf9c92bfcc4167ee5 /x11/kdebase | |
parent | 4a397089f73e3eb584d6fccc8b669807518b223c (diff) | |
download | pkgsrc-c6f63305d26769108c7664946661e7731ad6e436.tar.gz |
Remove dependency on GIF libraries. Nothing in kdebase links against
giflib.
Diffstat (limited to 'x11/kdebase')
-rw-r--r-- | x11/kdebase/Makefile | 3 | ||||
-rw-r--r-- | x11/kdebase/files/patch-sum | 4 | ||||
-rw-r--r-- | x11/kdebase/patches/patch-aa | 23 |
3 files changed, 19 insertions, 11 deletions
diff --git a/x11/kdebase/Makefile b/x11/kdebase/Makefile index a8a450a2b81..66ef23bea35 100644 --- a/x11/kdebase/Makefile +++ b/x11/kdebase/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 1999/10/07 17:42:00 tron Exp $ +# $NetBSD: Makefile,v 1.49 1999/10/09 20:23:54 jlam Exp $ # FreeBSD Id: Makefile,v 1.6 1997/11/27 00:35:27 se Exp DISTNAME= kdebase-1.1.2 @@ -12,7 +12,6 @@ HOMEPAGE= http://www.kde.org/ BUILD_DEPENDS+= ${LOCALBASE}/bin/msgfmt:../../devel/gettext DEPENDS+= Mesa-*:../../graphics/Mesa -DEPENDS+= giflib-3.0:../../graphics/giflib DEPENDS+= kdelibs-1.1.2:../../x11/kdelibs DEPENDS+= xpm-3.4k:../../graphics/xpm diff --git a/x11/kdebase/files/patch-sum b/x11/kdebase/files/patch-sum index 04e5f2c0860..d9887c5d7bf 100644 --- a/x11/kdebase/files/patch-sum +++ b/x11/kdebase/files/patch-sum @@ -1,6 +1,6 @@ -$NetBSD: patch-sum,v 1.9 1999/10/08 15:55:07 bouyer Exp $ +$NetBSD: patch-sum,v 1.10 1999/10/09 20:23:55 jlam Exp $ -MD5 (patch-aa) = b02c21a3d700b6a6f1f350b0df7c1a57 +MD5 (patch-aa) = 8b922e4a0ed04cb109ffe47c94f738c6 MD5 (patch-ab) = 8fd3d2def74bfcffd97ee0b4707dacd0 MD5 (patch-ac) = e3ca53f5dc84d43e4cd04356b0c02fee MD5 (patch-ad) = f3f62513775a844a62725593ff20f2fb diff --git a/x11/kdebase/patches/patch-aa b/x11/kdebase/patches/patch-aa index 4f48265ab0e..77de02c7531 100644 --- a/x11/kdebase/patches/patch-aa +++ b/x11/kdebase/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.10 1999/06/05 15:07:23 tron Exp $ +$NetBSD: patch-aa,v 1.11 1999/10/09 20:23:55 jlam Exp $ ---- configure.orig Wed Apr 28 17:21:06 1999 -+++ configure Fri Jun 4 00:56:50 1999 +--- configure.orig Tue Sep 7 11:21:06 1999 ++++ configure Sat Oct 9 13:37:53 1999 @@ -517,9 +517,9 @@ # Prefer explicitly selected file to automatically selected ones. if test -z "$CONFIG_SITE"; then @@ -14,7 +14,7 @@ $NetBSD: patch-aa,v 1.10 1999/06/05 15:07:23 tron Exp $ fi fi for ac_site_file in $CONFIG_SITE; do -@@ -3988,37 +3988,37 @@ +@@ -3994,37 +3994,37 @@ if test "$ac_use_path_checking" = "default"; then if test -z "$kde_htmldir"; then @@ -63,16 +63,16 @@ $NetBSD: patch-aa,v 1.10 1999/06/05 15:07:23 tron Exp $ fi if test -z "$kde_bindir"; then kde_bindir='\$(exec_prefix)/bin' -@@ -4817,7 +4817,7 @@ +@@ -4823,7 +4823,7 @@ echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" -LIBS="-lpam -ldl $LIBS" +LIBS="-lpam $LIBS" cat > conftest.$ac_ext <<EOF - #line 4823 "configure" + #line 4829 "configure" #include "confdefs.h" -@@ -4841,7 +4841,7 @@ +@@ -4847,7 +4847,7 @@ fi if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then echo "$ac_t""yes" 1>&6 @@ -81,3 +81,12 @@ $NetBSD: patch-aa,v 1.10 1999/06/05 15:07:23 tron Exp $ cat >> confdefs.h <<EOF #define HAVE_PAM_LIB 1 EOF +@@ -5162,8 +5162,6 @@ + #define HAVE_LIBGIF 1 + EOF + +-else +- { echo "configure: error: You need giflib30. Please install the kdesupport package" 1>&2; exit 1; } + fi + + echo $ac_n "checking for jpeglib""... $ac_c" 1>&6 |