openbsd-ports/multimedia/gstreamer-0.10/plugins-base/patches/patch-configure_ac
2010-04-28 08:03:03 +00:00

20 lines
600 B
Plaintext

$OpenBSD: patch-configure_ac,v 1.3 2010/04/28 08:03:03 ajacoutot Exp $
Our cdparanoia version does not have cache control.
--- configure.ac.orig Wed Apr 28 01:51:54 2010
+++ configure.ac Wed Apr 28 08:51:30 2010
@@ -611,10 +611,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)