summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorwiz <wiz>2005-04-27 09:06:39 +0000
committerwiz <wiz>2005-04-27 09:06:39 +0000
commit9ea5c255d3a8f512b32ce9e06da3b49470eb9389 (patch)
tree347cc5fc9fe5cf16eb4fa07724bdf4813e5943e8 /net
parent8415790387090680c75642b01374a256c070110a (diff)
downloadpkgsrc-9ea5c255d3a8f512b32ce9e06da3b49470eb9389.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')
-rw-r--r--net/ORBit/distinfo3
-rw-r--r--net/ORBit/patches/patch-ah13
2 files changed, 15 insertions, 1 deletions
diff --git a/net/ORBit/distinfo b/net/ORBit/distinfo
index a91a17a3b9b..ef6db82530b 100644
--- a/net/ORBit/distinfo
+++ b/net/ORBit/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.25 2005/04/27 08:57:00 wiz Exp $
+$NetBSD: distinfo,v 1.26 2005/04/27 09:06:39 wiz Exp $
SHA1 (ORBit-0.5.17.tar.bz2) = c8b2daef43b028d65d0ab82f0a88558942be6217
RMD160 (ORBit-0.5.17.tar.bz2) = 9087d6659adbd0066d76a3eed5cc2799de640df4
@@ -10,6 +10,7 @@ SHA1 (patch-ad) = d4f61e2fef4b862606473ced8f0b27ea3b7f22b3
SHA1 (patch-ae) = 95cc6f46fa2cfcd34af2e546f3d4a8d55194e5eb
SHA1 (patch-af) = 88b7f08410322b4408d2209762f77cb43758a4ff
SHA1 (patch-ag) = 875e83a597ab39d57abcfd9259d8ec15707ea45c
+SHA1 (patch-ah) = 3395e8613077f9b3cc0c274e35c9a35d5e3d9227
SHA1 (patch-ai) = 06e1cb2bc9f4f5460cdde71526417cdaa38ff310
SHA1 (patch-ak) = d569014320dbea40ccdb9e369e07c984ee7bd9de
SHA1 (patch-al) = 651fb6d0fa832bb71f7a0acab49faa7d606b3a95
diff --git a/net/ORBit/patches/patch-ah b/net/ORBit/patches/patch-ah
new file mode 100644
index 00000000000..9da69b90eae
--- /dev/null
+++ b/net/ORBit/patches/patch-ah
@@ -0,0 +1,13 @@
+$NetBSD: patch-ah,v 1.9 2005/04/27 09:06:39 wiz Exp $
+
+--- libIDL/libIDL.m4.in.orig 2002-06-06 13:07:29.000000000 +0200
++++ libIDL/libIDL.m4.in
+@@ -3,7 +3,7 @@
+ dnl AM_PATH_LIBIDL([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]]])
+ dnl Test for LIBIDL, and define LIBIDL_CFLAGS and LIBIDL_LIBS
+ dnl
+-AC_DEFUN(AM_PATH_LIBIDL,
++AC_DEFUN([AM_PATH_LIBIDL],
+ [dnl
+ dnl Get the cflags and libraries from the libIDL-config script
+ dnl