diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2008-12-12 00:36:44 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2008-12-12 00:36:44 +0000 |
commit | 3716cb68d8b16d4c7fdd22a6a5da7154fc51d62b (patch) | |
tree | 62d6e336bca6ff97bdf10593d3dc1c4f92b0d017 /audio/oss/files/patch-setup-FreeBSD-build.sh | |
parent | - Fix php-depends (diff) |
Update to 4.1 build 1050.
Diffstat (limited to 'audio/oss/files/patch-setup-FreeBSD-build.sh')
-rw-r--r-- | audio/oss/files/patch-setup-FreeBSD-build.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/oss/files/patch-setup-FreeBSD-build.sh b/audio/oss/files/patch-setup-FreeBSD-build.sh deleted file mode 100644 index 5eb7c1c1614a..000000000000 --- a/audio/oss/files/patch-setup-FreeBSD-build.sh +++ /dev/null @@ -1,11 +0,0 @@ ---- setup/FreeBSD/build.sh.orig 2007-10-25 17:48:59.000000000 -0400 -+++ setup/FreeBSD/build.sh 2007-10-25 17:59:18.000000000 -0400 -@@ -23,7 +23,7 @@ - mkdir -p prototype/usr/man/man1 - mkdir -p prototype/usr/man/man8 - --echo "OSSLIBDIR=/usr/lib/oss" > prototype/etc/oss.conf -+echo "OSSLIBDIR=%%PREFIX%%/lib/oss" > prototype/etc/oss.conf - - cp -r $SRCDIR/setup/FreeBSD/oss prototype/usr/lib/ - cp $SRCDIR/kernel/OS/FreeBSD/wrapper/bsddefs.h prototype/usr/lib/oss/build/ |