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