diff options
author | jlam <jlam> | 2000-02-29 19:43:53 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-02-29 19:43:53 +0000 |
commit | 4bc45286bfe0663e18420b303c8768fed3d0ac7d (patch) | |
tree | b43fe52ebe830d44021638fbccacce10484e4fed /misc/kdeutils | |
parent | 757352cfb8ef108d76970faa94b46d1e6ab1b52c (diff) | |
download | pkgsrc-4bc45286bfe0663e18420b303c8768fed3d0ac7d.tar.gz |
Remove adaptations for libungif, now that libungif package installs
libgif.*
Diffstat (limited to 'misc/kdeutils')
-rw-r--r-- | misc/kdeutils/files/patch-sum | 4 | ||||
-rw-r--r-- | misc/kdeutils/patches/patch-aa | 11 |
2 files changed, 3 insertions, 12 deletions
diff --git a/misc/kdeutils/files/patch-sum b/misc/kdeutils/files/patch-sum index 97435a00b91..5219f888a17 100644 --- a/misc/kdeutils/files/patch-sum +++ b/misc/kdeutils/files/patch-sum @@ -1,3 +1,3 @@ -$NetBSD: patch-sum,v 1.2 1999/10/25 04:17:03 jlam Exp $ +$NetBSD: patch-sum,v 1.3 2000/02/29 19:43:57 jlam Exp $ -MD5 (patch-aa) = 13b522f5f077626874ff62b139c4cba3 +MD5 (patch-aa) = 478300322cf6e56a300996472406d98f diff --git a/misc/kdeutils/patches/patch-aa b/misc/kdeutils/patches/patch-aa index e402aa32008..ef009dfc54f 100644 --- a/misc/kdeutils/patches/patch-aa +++ b/misc/kdeutils/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.8 1999/10/25 04:17:03 jlam Exp $ +$NetBSD: patch-aa,v 1.9 2000/02/29 19:43:57 jlam Exp $ --- configure.orig Tue Sep 7 11:25:21 1999 +++ configure Sun Oct 24 14:59:13 1999 @@ -63,12 +63,3 @@ $NetBSD: patch-aa,v 1.8 1999/10/25 04:17:03 jlam 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" |