openbsd-ports/multimedia/gstreamer-0.10/plugins-base/patches/patch-configure_ac

20 lines
622 B
Plaintext

$OpenBSD: patch-configure_ac,v 1.5 2010/12/02 14:04:37 ajacoutot Exp $
Our cdparanoia version does not have cache control.
--- configure.ac.orig Tue Nov 30 18:57:59 2010
+++ configure.ac Thu Dec 2 11:52:21 2010
@@ -642,10 +642,10 @@ AG_GST_CHECK_FEATURE(CDPARANOIA, [CDParanoia], cdparan
if test "x$FOUND_CDPARANOIA" = "xyes";
then
AC_CHECK_LIB(cdda_paranoia,
- paranoia_cachemodel_size,
+ paranoia_init,
: ,
HAVE_CDPARANOIA=no,
- [-lcdda_interface])
+ [-lcdda_interface -lm])
fi
AC_SUBST(CDPARANOIA_LIBS)