diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-01-07 02:33:59 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-01-07 02:33:59 +0000 |
commit | 921f4eb5d4730de0487b75abebd042adbd016797 (patch) | |
tree | afa3c6d847d0fcba78c91796721612fc17964ad3 /net/DarwinStreamingServer/files/patch-Buildit | |
parent | Back out previous commit. The .la files are apparently used (diff) |
o Fix build on any architecture (tested on only i386).
o Fix directory of pidfile to /var/run.
o Fix some messages in pkg-message.
o Bump PORTREVISION accordingly.
Sponsored by: Ensure Technology Ltd.
Notes
Notes:
svn path=/head/; revision=72661
Diffstat (limited to 'net/DarwinStreamingServer/files/patch-Buildit')
-rw-r--r-- | net/DarwinStreamingServer/files/patch-Buildit | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/net/DarwinStreamingServer/files/patch-Buildit b/net/DarwinStreamingServer/files/patch-Buildit index c0e98d018f84..49061f64c4bb 100644 --- a/net/DarwinStreamingServer/files/patch-Buildit +++ b/net/DarwinStreamingServer/files/patch-Buildit @@ -1,8 +1,11 @@ ---- Buildit.orig Sat Jun 15 11:11:37 2002 -+++ Buildit Mon Sep 23 01:05:07 2002 -@@ -80,18 +80,18 @@ +--- Buildit.orig Sat Nov 2 10:08:06 2002 ++++ Buildit Tue Jan 7 10:56:12 2003 +@@ -78,20 +78,20 @@ + fi + ;; - FreeBSD.i386) +- FreeBSD.i386) ++ FreeBSD.*) echo "Configuring for the "$OSNAME" "$HARDWARENAME" platform" - CPLUS=gcc - CCOMP=gcc |