diff options
Diffstat (limited to 'net/ORBit/patches/patch-aa')
-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 |