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 | 63bc8e327892a43f48e8d3f4749e5ecae50461f9 (patch) | |
tree | ff2c21044b771f6fe79065ab88cd5c32a2e549e2 /net/ORBit | |
parent | 7618926f30b676053fd8ea9241e5687893d773f1 (diff) | |
download | pkgsrc-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')
-rw-r--r-- | net/ORBit/distinfo | 3 | ||||
-rw-r--r-- | net/ORBit/patches/patch-aa | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/net/ORBit/distinfo b/net/ORBit/distinfo index e5cd4737e7d..a91a17a3b9b 100644 --- a/net/ORBit/distinfo +++ b/net/ORBit/distinfo @@ -1,8 +1,9 @@ -$NetBSD: distinfo,v 1.24 2005/03/09 15:57:07 jmmv Exp $ +$NetBSD: distinfo,v 1.25 2005/04/27 08:57:00 wiz Exp $ SHA1 (ORBit-0.5.17.tar.bz2) = c8b2daef43b028d65d0ab82f0a88558942be6217 RMD160 (ORBit-0.5.17.tar.bz2) = 9087d6659adbd0066d76a3eed5cc2799de640df4 Size (ORBit-0.5.17.tar.bz2) = 1065003 bytes +SHA1 (patch-aa) = 9b8854a5e5e988222de4cb5b27da3e82f87df4e3 SHA1 (patch-ab) = c2b7cc5f83230035c214600bff59d4dfefd92422 SHA1 (patch-ac) = b46d9dc6fcb3ca598aa986c25a25053fa3e1410a SHA1 (patch-ad) = d4f61e2fef4b862606473ced8f0b27ea3b7f22b3 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 |