diff options
Diffstat (limited to 'net/ORBit/patches/patch-ap')
-rw-r--r-- | net/ORBit/patches/patch-ap | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/net/ORBit/patches/patch-ap b/net/ORBit/patches/patch-ap index 5373fec1335..149005d9c30 100644 --- a/net/ORBit/patches/patch-ap +++ b/net/ORBit/patches/patch-ap @@ -1,13 +1,17 @@ -$NetBSD: patch-ap,v 1.2 2005/01/13 09:58:57 adam Exp $ +$NetBSD: patch-ap,v 1.3 2005/08/18 05:46:16 grant Exp $ ---- config.h.in.orig 2002-06-06 11:25:14.000000000 +0000 +--- config.h.in.orig 2002-06-06 21:25:14.000000000 +1000 +++ config.h.in -@@ -35,7 +35,7 @@ +@@ -33,9 +33,10 @@ + #undef HAVE_HOSTS_ACCESS + #undef HAVE_TCPD_H - #undef ORBIT_HAVE_ALLOCA_H +-#undef ORBIT_HAVE_ALLOCA_H ++/* Define if you have the <alloca.h> header file. */ ++#undef HAVE_ALLOCA_H -#ifdef ORBIT_HAVE_ALLOCA_H -+#if ORBIT_HAVE_ALLOCA_H ++#if HAVE_ALLOCA_H #include <alloca.h> #endif |