summaryrefslogtreecommitdiff
path: root/net/ORBit/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 /net/ORBit/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 'net/ORBit/patches')
-rw-r--r--net/ORBit/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/ORBit/patches/patch-aa b/net/ORBit/patches/patch-aa
new file mode 100644
index 00000000000..6ba683c0e68
--- /dev/null
+++ b/net/ORBit/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.13 2005/04/27 08:57:00 wiz Exp $
+
+--- ORBit.m4.orig 2002-06-06 13:07:26.000000000 +0200
++++ ORBit.m4
+@@ -1,7 +1,7 @@
+ dnl AM_PATH_ORBIT([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]]])
+ dnl Test for ORBit, and define ORBIT_CFLAGS and ORBIT_LIBS
+ dnl
+-AC_DEFUN(AM_PATH_ORBIT,
++AC_DEFUN([AM_PATH_ORBIT],
+ [dnl
+ dnl Get the cflags and libraries from the orbit-config script
+ dnl