summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2000-07-06 15:36:03 +0000
committertron <tron@pkgsrc.org>2000-07-06 15:36:03 +0000
commit384ce4467d3e7806404658d23a8707580dd45ff5 (patch)
treeae19a7493e6245cf4f2597065f4bb57016d7db02 /graphics
parent22978e75b5baf28c7ff8e3e58939e737e7f48607 (diff)
downloadpkgsrc-384ce4467d3e7806404658d23a8707580dd45ff5.tar.gz
Fix "gdk-pixbuf-config" so that linking programs on "a.out" systems will
work.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gdk-pixbuf/files/patch-sum3
-rw-r--r--graphics/gdk-pixbuf/patches/patch-ac13
2 files changed, 15 insertions, 1 deletions
diff --git a/graphics/gdk-pixbuf/files/patch-sum b/graphics/gdk-pixbuf/files/patch-sum
index 7b07df86fd8..9c64a6011a4 100644
--- a/graphics/gdk-pixbuf/files/patch-sum
+++ b/graphics/gdk-pixbuf/files/patch-sum
@@ -1,4 +1,5 @@
-$NetBSD: patch-sum,v 1.2 2000/05/30 19:30:23 drochner Exp $
+$NetBSD: patch-sum,v 1.3 2000/07/06 15:36:03 tron Exp $
MD5 (patch-aa) = d67fccc65a7b9b338a34ec71e2248f12
MD5 (patch-ab) = 5d7e0db3e5be0b6b7acb8bed6463ca4f
+MD5 (patch-ac) = dd2d882e570e3e1e3e52df62821e769b
diff --git a/graphics/gdk-pixbuf/patches/patch-ac b/graphics/gdk-pixbuf/patches/patch-ac
new file mode 100644
index 00000000000..7bf99a95c11
--- /dev/null
+++ b/graphics/gdk-pixbuf/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2000/07/06 15:36:04 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
+@@ -46,7 +46,7 @@
+ ;;
+ --libs)
+ libdirs=-L@libdir@
+- echo $libdirs -lgdk_pixbuf `gtk-config --libs`
++ echo $libdirs -lgdk_pixbuf `gtk-config --libs` -ltiff -ljpeg
+ ;;
+ *)
+ echo "${usage}" 1>&2