summaryrefslogtreecommitdiff
path: root/net/ORBit
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2005-08-18 05:46:16 +0000
committergrant <grant@pkgsrc.org>2005-08-18 05:46:16 +0000
commitefc8ea1d6d492039bdd7e4bbb3d27b7ef8356bf7 (patch)
treed4102aab9c543107ca7c93c3046d63d35c0bbc1b /net/ORBit
parent79201920ba4c6ccfa72607a847d606ead5ceb785 (diff)
downloadpkgsrc-efc8ea1d6d492039bdd7e4bbb3d27b7ef8356bf7.tar.gz
fix config.h to include <alloca.h> if found (ORBIT_HAVE_ALLOCA_H was
not being defined, so alloca.h was never included). fixes build with sunpro.
Diffstat (limited to 'net/ORBit')
-rw-r--r--net/ORBit/distinfo4
-rw-r--r--net/ORBit/patches/patch-ap14
2 files changed, 11 insertions, 7 deletions
diff --git a/net/ORBit/distinfo b/net/ORBit/distinfo
index ef6db82530b..73aba228773 100644
--- a/net/ORBit/distinfo
+++ b/net/ORBit/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.26 2005/04/27 09:06:39 wiz Exp $
+$NetBSD: distinfo,v 1.27 2005/08/18 05:46:16 grant Exp $
SHA1 (ORBit-0.5.17.tar.bz2) = c8b2daef43b028d65d0ab82f0a88558942be6217
RMD160 (ORBit-0.5.17.tar.bz2) = 9087d6659adbd0066d76a3eed5cc2799de640df4
@@ -17,4 +17,4 @@ SHA1 (patch-al) = 651fb6d0fa832bb71f7a0acab49faa7d606b3a95
SHA1 (patch-am) = f52369447d04a382d6e93a6bddaf3962a3ab6677
SHA1 (patch-an) = fa9bb500ddcd0ec8e64b5ff1edbe0f02f5cb0f39
SHA1 (patch-ao) = b80bf3da551bacccd23a7a27677be8e985e6b543
-SHA1 (patch-ap) = 46d1dc2c930090d88e6745025cd0cfefc55c7405
+SHA1 (patch-ap) = 83bbb85866a18d26cc88edaf1eada6108898affc
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