diff options
author | wiz <wiz@pkgsrc.org> | 2005-04-27 08:57:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-04-27 08:57:00 +0000 |
commit | 8fa9a5937167c57983b4baf93adc79f2be90a8ec (patch) | |
tree | ff2c21044b771f6fe79065ab88cd5c32a2e549e2 /net/ORBit/patches | |
parent | 15a135a30079e5b438e0e39cf34bc8851420e2f1 (diff) | |
download | pkgsrc-8fa9a5937167c57983b4baf93adc79f2be90a8ec.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-aa | 13 |
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 |