2009-11-16 18:30:19 +01:00
|
|
|
---
|
|
|
|
vorbis.m4 | 4 ++--
|
|
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
|
|
|
|
--- vorbis.m4.orig
|
2008-11-21 15:32:43 +01:00
|
|
|
+++ vorbis.m4
|
2009-11-16 18:30:19 +01:00
|
|
|
@@ -21,7 +21,7 @@
|
|
|
|
VORBIS_LIBS=""
|
2007-01-16 00:23:30 +01:00
|
|
|
elif test "x$vorbis_prefix" != "x" ; then
|
|
|
|
VORBIS_LIBS="-L$vorbis_prefix/lib"
|
|
|
|
- elif test "x$prefix" != "xNONE"; then
|
2008-11-21 15:32:43 +01:00
|
|
|
+ elif test "x$prefix" != "xNONE" -a "x$prefix" != "x/usr"; then
|
2007-01-16 00:23:30 +01:00
|
|
|
VORBIS_LIBS="-L$prefix/lib"
|
|
|
|
fi
|
|
|
|
|
2009-11-16 18:30:19 +01:00
|
|
|
@@ -37,7 +37,7 @@
|
|
|
|
VORBIS_CFLAGS=""
|
2007-01-16 00:23:30 +01:00
|
|
|
elif test "x$vorbis_prefix" != "x" ; then
|
|
|
|
VORBIS_CFLAGS="-I$vorbis_prefix/include"
|
|
|
|
- elif test "x$prefix" != "xNONE"; then
|
|
|
|
+ elif test "x$prefix" != "xNONE" -a "x$prefix" != "x/usr"; then
|
|
|
|
VORBIS_CFLAGS="-I$prefix/include"
|
|
|
|
fi
|
|
|
|
|