summaryrefslogtreecommitdiff
path: root/graphics/gdk-pixbuf
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2000-07-10 21:28:07 +0000
committertron <tron@pkgsrc.org>2000-07-10 21:28:07 +0000
commit54080996a183fba52e8467adf29ba9f210cd1f6a (patch)
treec989fd0fecd97a4d0dbd4a7ec6e394a748d4f4ac /graphics/gdk-pixbuf
parent49468beb116ec023062eb7c4307c148f5848045b (diff)
downloadpkgsrc-54080996a183fba52e8467adf29ba9f210cd1f6a.tar.gz
Fix oversight in "a.out" patch.
Diffstat (limited to 'graphics/gdk-pixbuf')
-rw-r--r--graphics/gdk-pixbuf/files/patch-sum4
-rw-r--r--graphics/gdk-pixbuf/patches/patch-ac4
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/gdk-pixbuf/files/patch-sum b/graphics/gdk-pixbuf/files/patch-sum
index 9c64a6011a4..98ee60e7b16 100644
--- a/graphics/gdk-pixbuf/files/patch-sum
+++ b/graphics/gdk-pixbuf/files/patch-sum
@@ -1,5 +1,5 @@
-$NetBSD: patch-sum,v 1.3 2000/07/06 15:36:03 tron Exp $
+$NetBSD: patch-sum,v 1.4 2000/07/10 21:28:07 tron Exp $
MD5 (patch-aa) = d67fccc65a7b9b338a34ec71e2248f12
MD5 (patch-ab) = 5d7e0db3e5be0b6b7acb8bed6463ca4f
-MD5 (patch-ac) = dd2d882e570e3e1e3e52df62821e769b
+MD5 (patch-ac) = edd3e219956b5cfefffdf5005008de4e
diff --git a/graphics/gdk-pixbuf/patches/patch-ac b/graphics/gdk-pixbuf/patches/patch-ac
index 7bf99a95c11..108fa94ce23 100644
--- a/graphics/gdk-pixbuf/patches/patch-ac
+++ b/graphics/gdk-pixbuf/patches/patch-ac
@@ -1,4 +1,4 @@
-$NetBSD: patch-ac,v 1.1 2000/07/06 15:36:04 tron Exp $
+$NetBSD: patch-ac,v 1.2 2000/07/10 21:28:08 tron Exp $
--- gdk-pixbuf-config.in.orig Tue Apr 11 03:56:56 2000
+++ gdk-pixbuf-config.in Thu Jul 6 15:32:03 2000
@@ -7,7 +7,7 @@ $NetBSD: patch-ac,v 1.1 2000/07/06 15:36:04 tron Exp $
--libs)
libdirs=-L@libdir@
- echo $libdirs -lgdk_pixbuf `gtk-config --libs`
-+ echo $libdirs -lgdk_pixbuf `gtk-config --libs` -ltiff -ljpeg
++ echo $libdirs -lgdk_pixbuf `gtk-config --libs` -ltiff -ljpeg -lz
;;
*)
echo "${usage}" 1>&2