diff options
author | nork <nork@FreeBSD.org> | 2006-08-24 13:05:18 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2006-08-24 13:05:18 +0800 |
commit | c833e726abae81f6d8bc91efd4cce395fab2326a (patch) | |
tree | ebee46c781dec0a2aae6edafab238ca1a14258f9 /net/DarwinStreamingServer | |
parent | c0234fe55e1a47dccdc70627e938bc42bf49e61a (diff) | |
download | freebsd-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/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" |