libogg/lib64.dif
OBS User autobuild 6ce3ba5e5d Accepting request 24114 from multimedia:libs
Copy from multimedia:libs/libogg based on submit request 24114 from user tiwai

OBS-URL: https://build.opensuse.org/request/show/24114
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libogg?expand=0&rev=10
2009-11-16 09:51:26 +00:00

17 lines
550 B
Plaintext

Index: ogg.m4
===================================================================
--- ogg.m4.orig
+++ ogg.m4
@@ -19,9 +19,9 @@ AC_ARG_ENABLE(oggtest,AC_HELP_STRING([--
elif test "x$ogg_prefix" = "xno" || test "x$ogg_prefix" = "xyes" ; then
OGG_LIBS=""
elif test "x$ogg_prefix" != "x" ; then
- OGG_LIBS="-L$ogg_prefix/lib"
+ OGG_LIBS="-L$ogg_prefix/lib64"
elif test "x$prefix" != "xNONE" -a "x$prefix" != "x/usr"; then
- OGG_LIBS="-L$prefix/lib"
+ OGG_LIBS="-L$prefix/lib64"
fi
if test "x$ogg_prefix" != "xno" ; then