summaryrefslogtreecommitdiff
path: root/devel/oaf
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-04-27 14:57:54 +0000
committerwiz <wiz@pkgsrc.org>2005-04-27 14:57:54 +0000
commit58165bf3e882b6dcb56cf16c707e7e8b9b66e091 (patch)
treeac8dbf9015e5c3e128e27275f97ba1c43e961474 /devel/oaf
parent6099baca729613172f912c21a655f11c7b1cc9f8 (diff)
downloadpkgsrc-58165bf3e882b6dcb56cf16c707e7e8b9b66e091.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 'devel/oaf')
-rw-r--r--devel/oaf/distinfo3
-rw-r--r--devel/oaf/patches/patch-aa13
2 files changed, 15 insertions, 1 deletions
diff --git a/devel/oaf/distinfo b/devel/oaf/distinfo
index 2d39b6b8009..92cec4d2e18 100644
--- a/devel/oaf/distinfo
+++ b/devel/oaf/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.7 2005/02/23 22:24:22 agc Exp $
+$NetBSD: distinfo,v 1.8 2005/04/27 15:01:29 wiz Exp $
SHA1 (oaf-0.6.10.tar.bz2) = d8eaff6b3bc953fc4158f55b03ba92cb197518c5
RMD160 (oaf-0.6.10.tar.bz2) = 5b894ee82bb54bc44785d4335a65774174e139e3
Size (oaf-0.6.10.tar.bz2) = 435621 bytes
+SHA1 (patch-aa) = 3ba51dcef947c8e7e4c3f37939b055991045d704
SHA1 (patch-ac) = 28fd433c41209b9f3355e5f039f4f9d30b940a55
SHA1 (patch-ag) = 57f54e650bacad8ef82c0165ba395ec225e372dc
diff --git a/devel/oaf/patches/patch-aa b/devel/oaf/patches/patch-aa
new file mode 100644
index 00000000000..697eeefcf0c
--- /dev/null
+++ b/devel/oaf/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.7 2005/04/27 15:01:29 wiz Exp $
+
+--- oaf.m4.orig 1999-12-03 16:09:35.000000000 +0100
++++ oaf.m4
+@@ -1,7 +1,7 @@
+ dnl AM_PATH_OAF([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]]])
+ dnl Test for OAF, and define OAF_CFLAGS and OAF_LIBS
+ dnl
+-AC_DEFUN(AM_PATH_OAF,
++AC_DEFUN([AM_PATH_OAF],
+ [dnl
+ dnl Get the cflags and libraries from the oaf-config script
+ dnl