summaryrefslogtreecommitdiff
path: root/mbone/beacon/patches/patch-ab
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-06-21 17:58:17 +0000
committerjoerg <joerg@pkgsrc.org>2008-06-21 17:58:17 +0000
commitb146d123da96a8f8487d2f6c19c31dfb31d6be4c (patch)
treee52ae4da0ec58b5ce16caf0f9c902d97e5ba62c7 /mbone/beacon/patches/patch-ab
parentda38a8af80029c201db9475218777c4b4dc07067 (diff)
downloadpkgsrc-b146d123da96a8f8487d2f6c19c31dfb31d6be4c.tar.gz
Fix autoconf header to not re-declare inet_ntop and friends.
Fix text relocations by ensuring the Perl module can use -fPIC builds. Bump revision.
Diffstat (limited to 'mbone/beacon/patches/patch-ab')
-rw-r--r--mbone/beacon/patches/patch-ab14
1 files changed, 14 insertions, 0 deletions
diff --git a/mbone/beacon/patches/patch-ab b/mbone/beacon/patches/patch-ab
new file mode 100644
index 00000000000..56fb621ec01
--- /dev/null
+++ b/mbone/beacon/patches/patch-ab
@@ -0,0 +1,14 @@
+$NetBSD: patch-ab,v 1.1 2008/06/21 17:58:17 joerg Exp $
+
+--- librtp/config.h.in.orig 2008-06-21 11:29:06.000000000 +0000
++++ librtp/config.h.in
+@@ -48,6 +48,9 @@
+ #undef NEED_INET_PTON
+ #undef NEED_INET_NTOP
+
++#undef HAVE_INET_NTOP
++#undef HAVE_INET_PTON
++
+ /*
+ * If you don't have these types in <inttypes.h>, #define these to be
+ * the types you do have.