diff options
-rw-r--r-- | net/DarwinStreamingServer/Makefile | 2 | ||||
-rw-r--r-- | net/DarwinStreamingServer/files/patch-Buildit | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net/DarwinStreamingServer/Makefile b/net/DarwinStreamingServer/Makefile index d9ac1b84c915..2422747862e6 100644 --- a/net/DarwinStreamingServer/Makefile +++ b/net/DarwinStreamingServer/Makefile @@ -7,7 +7,7 @@ PORTNAME= DarwinStreamingServer PORTVERSION= 5.5.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= #http://developer.apple.com/darwin/projects/streaming/source/ # You must accept APSL (Apple Public Source License), and get diff --git a/net/DarwinStreamingServer/files/patch-Buildit b/net/DarwinStreamingServer/files/patch-Buildit index 8cf222930639..523376c6986f 100644 --- a/net/DarwinStreamingServer/files/patch-Buildit +++ b/net/DarwinStreamingServer/files/patch-Buildit @@ -1,5 +1,5 @@ --- Buildit.orig Fri Jul 14 18:36:35 2006 -+++ Buildit Sat Aug 12 23:51:46 2006 ++++ Buildit Thu Aug 24 13:58:16 2006 @@ -100,20 +100,20 @@ fi ;; @@ -18,7 +18,7 @@ - COMPILER_FLAGS= - INCLUDE_FLAG="-include" -+ COMPILER_FLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" ++ COMPILER_FLAGS="${CFLAGS} ${PTHREAD_CFLAGS} -fPIC -funsigned-char" + INCLUDE_FLAG="-include" - CORE_LINK_LIBS="-pthread -lm -lcrypt" |