aboutsummaryrefslogtreecommitdiff
path: root/audio/oss/files/patch-configure
blob: 40eef2cdd201d9f6347fccd64fc16274ae385096 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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`