aboutsummaryrefslogtreecommitdiffstats
path: root/net/DarwinStreamingServer
diff options
context:
space:
mode:
authornork <nork@FreeBSD.org>2006-08-24 13:05:18 +0800
committernork <nork@FreeBSD.org>2006-08-24 13:05:18 +0800
commitc833e726abae81f6d8bc91efd4cce395fab2326a (patch)
treeebee46c781dec0a2aae6edafab238ca1a14258f9 /net/DarwinStreamingServer
parentc0234fe55e1a47dccdc70627e938bc42bf49e61a (diff)
downloadfreebsd-ports-gnome-c833e726abae81f6d8bc91efd4cce395fab2326a.tar.gz
freebsd-ports-gnome-c833e726abae81f6d8bc91efd4cce395fab2326a.tar.zst
freebsd-ports-gnome-c833e726abae81f6d8bc91efd4cce395fab2326a.zip
o Fix build error on amd64. [1]
o Fix no response issue on some major environment. [2] o Bump PORTREVISION to fix runtime issue. Submitted by: TAKANO Yuji <takachan@running-dog.net> [1] Reported by: Katsumi Kimoto <kimoto@miksys.com> [2]
Diffstat (limited to 'net/DarwinStreamingServer')
-rw-r--r--net/DarwinStreamingServer/Makefile2
-rw-r--r--net/DarwinStreamingServer/files/patch-Buildit4
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"