summaryrefslogtreecommitdiff
path: root/mbone/common-mml/patches/patch-ad
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2002-09-27 01:50:02 +0000
committerdmcmahill <dmcmahill>2002-09-27 01:50:02 +0000
commit703531aaa64c4dd36eb2e6441ac0ccf39ffce28f (patch)
tree2bb8aad9dd8a02bbee8b86f141b8e63fcd89c189 /mbone/common-mml/patches/patch-ad
parentaa8de4713a8a57c26ea3f128986a5fd8f38a7461 (diff)
downloadpkgsrc-703531aaa64c4dd36eb2e6441ac0ccf39ffce28f.tar.gz
use the results of the autoconf test for inet_ntop and inet_pton. Fixes
compile problems on sparc and should fix other big endian machines.
Diffstat (limited to 'mbone/common-mml/patches/patch-ad')
-rw-r--r--mbone/common-mml/patches/patch-ad13
1 files changed, 13 insertions, 0 deletions
diff --git a/mbone/common-mml/patches/patch-ad b/mbone/common-mml/patches/patch-ad
new file mode 100644
index 00000000000..ee9d1dea35a
--- /dev/null
+++ b/mbone/common-mml/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 2002/09/27 01:50:05 dmcmahill Exp $
+
+--- inet_ntop.c.orig Thu Dec 2 11:07:31 1999
++++ inet_ntop.c
+@@ -16,7 +16,7 @@
+ * SOFTWARE.
+ */
+
+-#ifndef HAVE_INET_NTOP
++#ifdef NEED_INET_NTOP
+ #include "config_unix.h"
+ #include "config_win32.h"
+ #include "inet_ntop.h"