summaryrefslogtreecommitdiff
path: root/graphics/gdk-pixbuf
diff options
context:
space:
mode:
authorwiz <wiz>2005-04-27 11:05:42 +0000
committerwiz <wiz>2005-04-27 11:05:42 +0000
commit99a34771f1f1587ac776583f6ab6a7fe86712b37 (patch)
tree4ba1d9b6a01f5b2b7e46cfa438cae497bb3b22c1 /graphics/gdk-pixbuf
parent993e00b91b277515a1bf1dfa700823a012702849 (diff)
downloadpkgsrc-99a34771f1f1587ac776583f6ab6a7fe86712b37.tar.gz
Fix AC_DEFUN argument quoting for automake 1.8 and newer. No
PKGREVISION bump because most people won't care.
Diffstat (limited to 'graphics/gdk-pixbuf')
-rw-r--r--graphics/gdk-pixbuf/distinfo3
-rw-r--r--graphics/gdk-pixbuf/patches/patch-al13
2 files changed, 15 insertions, 1 deletions
diff --git a/graphics/gdk-pixbuf/distinfo b/graphics/gdk-pixbuf/distinfo
index 22b3c1ec322..49d89de2773 100644
--- a/graphics/gdk-pixbuf/distinfo
+++ b/graphics/gdk-pixbuf/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.16 2005/04/01 11:37:23 salo Exp $
+$NetBSD: distinfo,v 1.17 2005/04/27 11:05:42 wiz Exp $
SHA1 (gdk-pixbuf-0.22.0.tar.bz2) = 495324afb5abebc14567ffd5a6cd72333bcc7f5b
RMD160 (gdk-pixbuf-0.22.0.tar.bz2) = 0e56a0f883fd8e3fb4d49b9a38f984b95cd96ece
@@ -14,3 +14,4 @@ SHA1 (patch-ah) = 37df772bd4c818eb2dd567169598436467ea4f1c
SHA1 (patch-ai) = df681c98b2e265548504eeecbd5a2962b4d3359d
SHA1 (patch-aj) = 107cbe0e9756818ae2529cc4791d7cd06d476a7c
SHA1 (patch-ak) = 123b32f70b0feb91bb3e0c2ca8e705ff2ae381bf
+SHA1 (patch-al) = cf05f283c7676c9fa51b822f5ced66524dfa487e
diff --git a/graphics/gdk-pixbuf/patches/patch-al b/graphics/gdk-pixbuf/patches/patch-al
new file mode 100644
index 00000000000..1a45ae3324b
--- /dev/null
+++ b/graphics/gdk-pixbuf/patches/patch-al
@@ -0,0 +1,13 @@
+$NetBSD: patch-al,v 1.1 2005/04/27 11:05:42 wiz Exp $
+
+--- gdk-pixbuf.m4.orig 2001-02-22 23:57:21.000000000 +0100
++++ gdk-pixbuf.m4
+@@ -9,7 +9,7 @@
+ dnl AM_PATH_GDK_PIXBUF([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
+ dnl Test for GDK_PIXBUF, and define GDK_PIXBUF_CFLAGS and GDK_PIXBUF_LIBS
+ dnl
+-AC_DEFUN(AM_PATH_GDK_PIXBUF,
++AC_DEFUN([AM_PATH_GDK_PIXBUF],
+ [dnl
+ dnl Get the cflags and libraries from the gdk-pixbuf-config script
+ dnl