diff options
| author | Norikatsu Shigemura <nork@FreeBSD.org> | 2006-08-24 05:05:18 +0000 |
|---|---|---|
| committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2006-08-24 05:05:18 +0000 |
| commit | 3347988835e5cc8946b9cdb6d31c5fcaa81a42ca (patch) | |
| tree | 5d2c5adf0f90b37424c568d68fd43fc719e69c22 /net | |
| parent | - Improve rendering of external link icon in Win IE. (diff) | |
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')
| -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" |
