summaryrefslogtreecommitdiff
path: root/audio/oss/files/patch-configure
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2009-09-22 20:51:59 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2009-09-22 20:51:59 +0000
commita82c8883c2fce3dce52a6903b338134e1558961e (patch)
tree1f1e4ee5045ce09aa16d0ed988180187265e3551 /audio/oss/files/patch-configure
parentUpdate ngx_http_redis module from 0.1.2 to 0.2.0 accordingly. (diff)
Update to 4.2 build 2000.
Feature safe: yes
Diffstat (limited to 'audio/oss/files/patch-configure')
-rw-r--r--audio/oss/files/patch-configure28
1 files changed, 28 insertions, 0 deletions
diff --git a/audio/oss/files/patch-configure b/audio/oss/files/patch-configure
new file mode 100644
index 000000000000..40eef2cdd201
--- /dev/null
+++ b/audio/oss/files/patch-configure
@@ -0,0 +1,28 @@
+--- configure.orig 2009-08-10 13:16:21.000000000 -0400
++++ configure 2009-09-22 14:38:20.000000000 -0400
+@@ -2,7 +2,7 @@
+
+ CONFIGURE=YES
+ COPY_OPTIONS=
+-OSSLIBDIR="/usr/lib/oss"
++OSSLIBDIR="%%PREFIX%%/lib/oss"
+ TARGETOS=
+
+ unset USE_PHPMAKE
+@@ -24,11 +24,11 @@
+
+ unset CDPATH >/dev/null 2>&1
+
+-if test -f /usr/include/vorbis/vorbisfile.h || test -f /usr/local/include/vorbisfile.h
+-then
+- OGG_SUPPORT=YES
+- export OGG_SUPPORT
+-fi
++#if test -f /usr/include/vorbis/vorbisfile.h || test -f /usr/local/include/vorbisfile.h
++#then
++# OGG_SUPPORT=YES
++# export OGG_SUPPORT
++#fi
+
+ DIR=`pwd`
+ SRCDIR=`dirname $0`