summaryrefslogtreecommitdiff
path: root/net/DarwinStreamingServer/files/patch-DSS_MakeRoot
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2006-08-13 00:22:50 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2006-08-13 00:22:50 +0000
commit78825e7169ab28ed9f039bfbb2409e56ae2e9bc0 (patch)
tree62e881f7aba9577eea07c0a37047e80799e7e580 /net/DarwinStreamingServer/files/patch-DSS_MakeRoot
parent- Respect DESTDIR (diff)
Update to 5.5.3
o rcNGfy o Compile on amd64 [1] NOTE: DSS will support on amd64, because there are many fix which I heard:-) in cvs repository. In this time, however, Apple doesn't release DSS supported on amd64:-(. Submitted by: Javier Martin Rueda <jmrueda@diatel.upm.es> [1]
Notes
Notes: svn path=/head/; revision=170446
Diffstat (limited to 'net/DarwinStreamingServer/files/patch-DSS_MakeRoot')
-rw-r--r--net/DarwinStreamingServer/files/patch-DSS_MakeRoot15
1 files changed, 15 insertions, 0 deletions
diff --git a/net/DarwinStreamingServer/files/patch-DSS_MakeRoot b/net/DarwinStreamingServer/files/patch-DSS_MakeRoot
new file mode 100644
index 000000000000..08d94055b9bd
--- /dev/null
+++ b/net/DarwinStreamingServer/files/patch-DSS_MakeRoot
@@ -0,0 +1,15 @@
+--- DSS_MakeRoot.orig Fri May 27 18:54:45 2005
++++ DSS_MakeRoot Sun Aug 13 00:33:59 2006
+@@ -5,10 +5,10 @@
+ # source release
+
+ DSS=0
+-if [ $1 = "-f" ]; then
++if [ x"$1" = x"-f" ]; then
+ FLATTEN=1
+ INSTALLROOT=$2
+- if [ $3 = "dss" ]; then
++ if [ x"$3" = x"dss" ]; then
+ DSS=1
+ fi
+ else