diff options
author | tron <tron> | 2000-07-06 15:36:03 +0000 |
---|---|---|
committer | tron <tron> | 2000-07-06 15:36:03 +0000 |
commit | aed343c536bdd4bb84f5b0539b377a17a0aab09b (patch) | |
tree | ae19a7493e6245cf4f2597065f4bb57016d7db02 /graphics/gdk-pixbuf | |
parent | 7021dfdff55ccb0194f6419eccbd26a2b2b08a4a (diff) | |
download | pkgsrc-aed343c536bdd4bb84f5b0539b377a17a0aab09b.tar.gz |
Fix "gdk-pixbuf-config" so that linking programs on "a.out" systems will
work.
Diffstat (limited to 'graphics/gdk-pixbuf')
-rw-r--r-- | graphics/gdk-pixbuf/files/patch-sum | 3 | ||||
-rw-r--r-- | graphics/gdk-pixbuf/patches/patch-ac | 13 |
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 |