libvorbis/libvorbis-lib64.dif
OBS User autobuild 9bfbf2b0ad Accepting request 24534 from multimedia:libs
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
2009-11-16 17:30:19 +00:00

19 lines
543 B
Plaintext

---
vorbis.m4 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- vorbis.m4.orig
+++ vorbis.m4
@@ -20,9 +20,9 @@
elif test "x$vorbis_prefix" = "xno" || test "x$vorbis_prefix" = "xyes" ; then
VORBIS_LIBS=""
elif test "x$vorbis_prefix" != "x" ; then
- VORBIS_LIBS="-L$vorbis_prefix/lib"
+ VORBIS_LIBS="-L$vorbis_prefix/lib64"
elif test "x$prefix" != "xNONE" -a "x$prefix" != "x/usr"; then
- VORBIS_LIBS="-L$prefix/lib"
+ VORBIS_LIBS="-L$prefix/lib64"
fi
if test "x$vorbis_prefix" != "xno" ; then