You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-libs/libogg/files/libogg-1.3.4-libdir-m4.patch

14 lines
409 B

diff --git a/ogg.m4 b/ogg.m4
index 17235da..22956ef 100644
--- a/ogg.m4
+++ b/ogg.m4
@@ -21,7 +21,7 @@ AC_ARG_ENABLE(oggtest,AC_HELP_STRING([--disable-oggtest],[Do not try to compile
elif test "x$ogg_prefix" != "x" ; then
OGG_LIBS="-L$ogg_prefix/lib"
elif test "x$prefix" != "xNONE" ; then
- OGG_LIBS="-L$prefix/lib"
+ OGG_LIBS="-L${libdir}"
fi
if test "x$ogg_prefix" != "xno" ; then