summaryrefslogtreecommitdiff
path: root/graphics/aalib/patches
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-04-27 08:57:00 +0000
committerwiz <wiz@pkgsrc.org>2005-04-27 08:57:00 +0000
commit63bc8e327892a43f48e8d3f4749e5ecae50461f9 (patch)
treeff2c21044b771f6fe79065ab88cd5c32a2e549e2 /graphics/aalib/patches
parent7618926f30b676053fd8ea9241e5687893d773f1 (diff)
downloadpkgsrc-63bc8e327892a43f48e8d3f4749e5ecae50461f9.tar.gz
Fix AC_DEFUN argument quoting for automake 1.8 and newer. Addresses
part of PR 30053. No PKGREVISION bump because most people won't care.
Diffstat (limited to 'graphics/aalib/patches')
-rw-r--r--graphics/aalib/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/aalib/patches/patch-ab b/graphics/aalib/patches/patch-ab
new file mode 100644
index 00000000000..679039e92c1
--- /dev/null
+++ b/graphics/aalib/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2005/04/27 08:58:17 wiz Exp $
+
+--- aalib.m4.orig 2001-04-26 16:37:31.000000000 +0200
++++ aalib.m4
+@@ -9,7 +9,7 @@
+ dnl AM_PATH_AALIB([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
+ dnl Test for AALIB, and define AALIB_CFLAGS and AALIB_LIBS
+ dnl
+-AC_DEFUN(AM_PATH_AALIB,
++AC_DEFUN([AM_PATH_AALIB],
+ [dnl
+ dnl Get the cflags and libraries from the aalib-config script
+ dnl