diff options
author | jlam <jlam> | 1999-10-25 04:17:03 +0000 |
---|---|---|
committer | jlam <jlam> | 1999-10-25 04:17:03 +0000 |
commit | ce7bf7d467ae8a17153075d2899b40b165e5dc10 (patch) | |
tree | c5dc1dc500fd657034c920c5157475f66785c881 | |
parent | 3ec6fcfd8554e999b812b7e202037a2263795540 (diff) | |
download | pkgsrc-ce7bf7d467ae8a17153075d2899b40b165e5dc10.tar.gz |
Teach kdeutils to look for libungif instead of libgif.
-rw-r--r-- | misc/kdeutils/files/patch-sum | 4 | ||||
-rw-r--r-- | misc/kdeutils/patches/patch-aa | 17 |
2 files changed, 15 insertions, 6 deletions
diff --git a/misc/kdeutils/files/patch-sum b/misc/kdeutils/files/patch-sum index 6db28403d24..97435a00b91 100644 --- a/misc/kdeutils/files/patch-sum +++ b/misc/kdeutils/files/patch-sum @@ -1,3 +1,3 @@ -$NetBSD: patch-sum,v 1.1 1999/07/09 14:09:16 agc Exp $ +$NetBSD: patch-sum,v 1.2 1999/10/25 04:17:03 jlam Exp $ -MD5 (patch-aa) = d0c4e9491c2b3602a71c490d3bc6a63d +MD5 (patch-aa) = 13b522f5f077626874ff62b139c4cba3 diff --git a/misc/kdeutils/patches/patch-aa b/misc/kdeutils/patches/patch-aa index 44872b88f73..e402aa32008 100644 --- a/misc/kdeutils/patches/patch-aa +++ b/misc/kdeutils/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.7 1999/06/05 15:33:45 tron Exp $ +$NetBSD: patch-aa,v 1.8 1999/10/25 04:17:03 jlam Exp $ ---- configure.orig Wed Apr 28 17:27:27 1999 -+++ configure Sat Jun 5 17:12:41 1999 +--- configure.orig Tue Sep 7 11:25:21 1999 ++++ configure Sun Oct 24 14:59:13 1999 @@ -507,9 +507,9 @@ # Prefer explicitly selected file to automatically selected ones. if test -z "$CONFIG_SITE"; then @@ -14,7 +14,7 @@ $NetBSD: patch-aa,v 1.7 1999/06/05 15:33:45 tron Exp $ fi fi for ac_site_file in $CONFIG_SITE; do -@@ -4006,37 +4006,37 @@ +@@ -4012,37 +4012,37 @@ if test "$ac_use_path_checking" = "default"; then if test -z "$kde_htmldir"; then @@ -63,3 +63,12 @@ $NetBSD: patch-aa,v 1.7 1999/06/05 15:33:45 tron Exp $ fi if test -z "$kde_bindir"; then kde_bindir='\$(exec_prefix)/bin' +@@ -4385,7 +4385,7 @@ + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" +-LIBS="$all_libraries -lgif -lX11 $LIBSOCKET" ++LIBS="$all_libraries -lungif -lX11 $LIBSOCKET" + cat > conftest.$ac_ext <<EOF + #line 4391 "configure" + #include "confdefs.h" |