ports/net/beacon/files/patch-common-beacon.patch
Philip M. Gollucci 42b4f32457 - Unbreak on !i386
- rc.d script handle daemonize and run as nobody by default
- Bump PORTREVISION

PR:             ports/149127
Submitted by:   Craig Leres <leres@ee.lbl.gov>
Approved by:    janos.mohacsi@bsd.hu (maintainer)
2010-12-15 22:44:42 +00:00

18 lines
620 B
Diff

--- common-beacon.patch.orig 2005-06-15 18:46:40.000000000 -0700
+++ common-beacon.patch 2010-07-30 17:34:45.000000000 -0700
@@ -46,3 +46,15 @@
#if !defined(WORDS_BIGENDIAN) && !defined(WORDS_SMALLENDIAN)
#error RTP library requires WORDS_BIGENDIAN or WORDS_SMALLENDIAN to be defined.
+--- common/src/net_udp.c 2004-06-29 09:21:37.000000000 -0700
++++ common-beacon/src/net_udp.c 2010-07-30 17:28:06.000000000 -0700
+@@ -44,7 +44,9 @@
+ #include "debug.h"
+ #include "memory.h"
+ #include "inet_pton.h"
++#ifndef HAVE_INET_NTOP
+ #include "inet_ntop.h"
++#endif
+ #include "vsnprintf.h"
+ #include "net_udp.h"
+