9bfbf2b0ad
Copy from multimedia:libs/libvorbis based on submit request 24534 from user tiwai OBS-URL: https://build.opensuse.org/request/show/24534 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvorbis?expand=0&rev=16
25 lines
666 B
Plaintext
25 lines
666 B
Plaintext
---
|
|
vorbis.m4 | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
--- vorbis.m4.orig
|
|
+++ vorbis.m4
|
|
@@ -21,7 +21,7 @@
|
|
VORBIS_LIBS=""
|
|
elif test "x$vorbis_prefix" != "x" ; then
|
|
VORBIS_LIBS="-L$vorbis_prefix/lib"
|
|
- elif test "x$prefix" != "xNONE"; then
|
|
+ elif test "x$prefix" != "xNONE" -a "x$prefix" != "x/usr"; then
|
|
VORBIS_LIBS="-L$prefix/lib"
|
|
fi
|
|
|
|
@@ -37,7 +37,7 @@
|
|
VORBIS_CFLAGS=""
|
|
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
|
|
|