pkgsrc/multimedia/gst-plugins0.10-good/patches/patch-ab
drochner 7d5c9710fa update to 0.10.4
changes:
-added apev2mux element
-many bugfixes
2006-10-12 13:33:58 +00:00

13 lines
350 B
Text

$NetBSD: patch-ab,v 1.3 2006/10/12 13:33:58 drochner Exp $
--- configure.orig 2006-10-07 00:33:28.000000000 +0200
+++ configure
@@ -25821,7 +25821,7 @@ rm -f conftest.mmap
-if test "x$ac_cv_func_mmap_fixed_mapped" == "xyes"; then
+if test "x$ac_cv_func_mmap_fixed_mapped" = "xyes"; then
GST_HAVE_MMAP_TRUE=
GST_HAVE_MMAP_FALSE='#'
else