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/opus/files/opus-1.3.1-libdir-macro.patch

12 lines
359 B

--- a/opus.m4
+++ b/opus.m4
@@ -22,7 +22,7 @@ AC_ARG_ENABLE(opustest,AC_HELP_STRING([--disable-opustest],[Do not try to compil
elif test "x$opus_prefix" != "x" ; then
OPUS_LIBS="-L$opus_prefix/lib"
elif test "x$prefix" != "xNONE" ; then
- OPUS_LIBS="-L$prefix/lib"
+ OPUS_LIBS="-L${libdir}"
fi
if test "x$opus_prefix" != "xno" ; then