libvorbis/libvorbis-lib64.dif
Stephan Kulow af5a7265cb Accepting request 28141 from home:jengelh:branches:multimedia:libs
Copy from home:jengelh:branches:multimedia:libs/libvorbis via accept of submit request 28141 revision 7.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/28141
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libvorbis?expand=0&rev=8
2010-01-07 17:48:15 +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