summaryrefslogtreecommitdiff
path: root/graphics/gdk-pixbuf/patches
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/patches
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/patches')
-rw-r--r--graphics/gdk-pixbuf/patches/patch-al13
1 files changed, 13 insertions, 0 deletions
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