summaryrefslogtreecommitdiff
path: root/graphics/kdegraphics
diff options
context:
space:
mode:
authorjlam <jlam>2000-02-29 19:43:53 +0000
committerjlam <jlam>2000-02-29 19:43:53 +0000
commit4bc45286bfe0663e18420b303c8768fed3d0ac7d (patch)
treeb43fe52ebe830d44021638fbccacce10484e4fed /graphics/kdegraphics
parent757352cfb8ef108d76970faa94b46d1e6ab1b52c (diff)
downloadpkgsrc-4bc45286bfe0663e18420b303c8768fed3d0ac7d.tar.gz
Remove adaptations for libungif, now that libungif package installs
libgif.*
Diffstat (limited to 'graphics/kdegraphics')
-rw-r--r--graphics/kdegraphics/files/patch-sum5
-rw-r--r--graphics/kdegraphics/patches/patch-ab41
2 files changed, 3 insertions, 43 deletions
diff --git a/graphics/kdegraphics/files/patch-sum b/graphics/kdegraphics/files/patch-sum
index 5643ac95a4f..ba300960867 100644
--- a/graphics/kdegraphics/files/patch-sum
+++ b/graphics/kdegraphics/files/patch-sum
@@ -1,8 +1,7 @@
-$NetBSD: patch-sum,v 1.5 1999/11/27 22:23:17 rh Exp $
+$NetBSD: patch-sum,v 1.6 2000/02/29 19:43:56 jlam Exp $
MD5 (patch-aa) = 0358c62c143dbb865f039affa92fbca2
-MD5 (patch-ab) = 72a89da589137f5495fdf6122226d97d
+MD5 (patch-ab) = 4a5fc18ee75a0d65da719e371bee52bd
MD5 (patch-ac) = fdbc331b1e85bdaefb7b1fdc06827c8e
MD5 (patch-ad) = f972d1778a8b5b6fd2240f5d6a305ef4
MD5 (patch-ae) = e23d09916b9b2068c17d3f318062619a
-MD5 (patch-af) = 1ba79b59ace728111f97c1b0b8ddd4d3
diff --git a/graphics/kdegraphics/patches/patch-ab b/graphics/kdegraphics/patches/patch-ab
index ccb7997186b..36c3dfcf3ee 100644
--- a/graphics/kdegraphics/patches/patch-ab
+++ b/graphics/kdegraphics/patches/patch-ab
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.3 1999/10/09 20:14:09 jlam Exp $
+$NetBSD: patch-ab,v 1.4 2000/02/29 19:43:56 jlam Exp $
--- configure.orig Tue Sep 7 11:22:53 1999
+++ configure Sat Oct 9 14:08:37 1999
@@ -63,42 +63,3 @@ $NetBSD: patch-ab,v 1.3 1999/10/09 20:14:09 jlam Exp $
fi
if test -z "$kde_bindir"; then
kde_bindir='\$(exec_prefix)/bin'
-@@ -4407,7 +4407,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 4413 "configure"
- #include "confdefs.h"
-@@ -4428,7 +4428,7 @@
- EOF
- if { (eval echo configure:4430: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
- rm -rf conftest*
-- eval "ac_cv_lib_gif=yes"
-+ eval "ac_cv_lib_gif=-lungif"
- else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
-@@ -4439,8 +4439,10 @@
- LIBS="$ac_save_LIBS"
-
- fi
--if eval "test \"`echo $ac_cv_lib_gif`\" = yes"; then
-- echo "$ac_t""yes" 1>&6
-+if eval "test ! \"`echo $ac_cv_lib_gif`\" = no"; then
-+ LIBGIF="$ac_cv_lib_gif"
-+
-+ echo "$ac_t""$ac_cv_lib_gif" 1>&6
- cat >> confdefs.h <<EOF
- #define HAVE_LIBGIF 1
- EOF
-@@ -5626,6 +5628,7 @@
- s%@LIB_KAB@%$LIB_KAB%g
- s%@LIB_MEDIATOOL@%$LIB_MEDIATOOL%g
- s%@LIBKHTMLW@%$LIBKHTMLW%g
-+s%@LIBGIF@%$LIBGIF%g
- s%@LIBJPEG@%$LIBJPEG%g
- s%@LIBZ@%$LIBZ%g
- s%@LIBTIFF@%$LIBTIFF%g