diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2002-10-23 13:13:24 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2002-10-23 13:13:24 +0000 |
commit | 803d44a4a77ff916bcd03660e64d48ed945f325d (patch) | |
tree | 2b5c6fa203d5edb6eadac01d5836da937074174c /net/DarwinStreamingServer/files/patch-Buildit | |
parent | Moved a comment to the left edge. ##@#@$!~!@$$ make(1). (diff) |
Add Darwin Streaming Server(4.1.1), a server which send streaming
for QuickTime, MPEG4.
PR: ports/35383
Submitted by: Steve Wills <steve@stevenwills.com>
Reviewed by: Steve Wills <steve@stevenwills.com>
Sponsored by: Ensure Technology Ltd.
Diffstat (limited to 'net/DarwinStreamingServer/files/patch-Buildit')
-rw-r--r-- | net/DarwinStreamingServer/files/patch-Buildit | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/net/DarwinStreamingServer/files/patch-Buildit b/net/DarwinStreamingServer/files/patch-Buildit new file mode 100644 index 000000000000..c0e98d018f84 --- /dev/null +++ b/net/DarwinStreamingServer/files/patch-Buildit @@ -0,0 +1,29 @@ +--- Buildit.orig Sat Jun 15 11:11:37 2002 ++++ Buildit Mon Sep 23 01:05:07 2002 +@@ -80,18 +80,18 @@ + + FreeBSD.i386) + echo "Configuring for the "$OSNAME" "$HARDWARENAME" platform" +- CPLUS=gcc +- CCOMP=gcc +- LINKER="gcc" +- MAKE=make ++ CPLUS=${CXX} ++ CCOMP=${CC} ++ LINKER=${CXX} ++ MAKE=${MAKE} + +- COMPILER_FLAGS= +- INCLUDE_FLAG="-include" ++ COMPILER_FLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" ++ INCLUDE_FLAG="-include" + +- CORE_LINK_LIBS="-pthread -lm -lcrypt" ++ CORE_LINK_LIBS="${PTHREAD_LIBS} -lcrypt -lm" + + SHARED=-shared +- MODULE_LIBS="-lgcc -lstdc++" ++ MODULE_LIBS="" + ;; + + # SunOS.sun4m | \ |