diff options
author | mjl <mjl@pkgsrc.org> | 2001-03-18 04:33:53 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2001-03-18 04:33:53 +0000 |
commit | a939347756cc5d63fb9a7a0c2b6982b629f8be4c (patch) | |
tree | eb0512ae7c5e0c6b274130f283ac93abc6de03cd /graphics/gdk-pixbuf/patches/patch-ad | |
parent | d6154b216e56a353a3886123f7fc780ae9cec5fd (diff) | |
download | pkgsrc-a939347756cc5d63fb9a7a0c2b6982b629f8be4c.tar.gz |
Update to 0.10.1, which fixes quite a few bugs since 0.9.
Diffstat (limited to 'graphics/gdk-pixbuf/patches/patch-ad')
-rw-r--r-- | graphics/gdk-pixbuf/patches/patch-ad | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/graphics/gdk-pixbuf/patches/patch-ad b/graphics/gdk-pixbuf/patches/patch-ad index bba43d51099..dc2ef46a105 100644 --- a/graphics/gdk-pixbuf/patches/patch-ad +++ b/graphics/gdk-pixbuf/patches/patch-ad @@ -1,8 +1,8 @@ -$NetBSD: patch-ad,v 1.1 2000/11/26 19:55:40 mycroft Exp $ +$NetBSD: patch-ad,v 1.2 2001/03/18 04:33:54 mjl Exp $ ---- gdk-pixbuf/Makefile.am.orig Sat Aug 26 04:54:42 2000 -+++ gdk-pixbuf/Makefile.am Sun Nov 26 19:24:09 2000 -@@ -24,63 +24,63 @@ +--- gdk-pixbuf/Makefile.am.orig Thu Mar 1 00:05:34 2001 ++++ gdk-pixbuf/Makefile.am Sun Mar 18 04:57:50 2001 +@@ -24,70 +24,70 @@ # The PNG plugin. # libpixbufloader_png_la_SOURCES = io-png.c @@ -74,4 +74,12 @@ $NetBSD: patch-ad,v 1.1 2000/11/26 19:55:40 mycroft Exp $ +libpixbufloader_bmp_la_LDFLAGS = -module -avoid-version libpixbufloader_bmp_la_LIBADD = + # + # The XBM loader + # + libpixbufloader_xbm_la_SOURCES = io-xbm.c +-libpixbufloader_xbm_la_LDFLAGS = -version-info 1:0:0 -module ++libpixbufloader_xbm_la_LDFLAGS = -module -avoid-version + libpixbufloader_xbm_la_LIBADD = + if HAVE_PNG |