Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / audio / libvisual-plugins / patches / patch-ae
blobc464905298fb79a88a052daa27ea648c31486d26
1 $NetBSD$
3 Don't treat version numbers as shell variables (formerly only in patch-ac).
4 Check for existence of mremap().
6 --- configure.ac.orig   2006-03-16 11:50:41.000000000 -0500
7 +++ configure.ac        2009-05-18 00:09:52.000000000 -0400
8 @@ -52,7 +52,7 @@ AC_CHECK_HEADERS([fcntl.h unistd.h stdli
9  
10  dnl Library functions.
11  AC_FUNC_MALLOC
12 -AC_CHECK_FUNCS([floor gettimeofday memmove memset pow sqrt])
13 +AC_CHECK_FUNCS([floor gettimeofday memmove memset pow sqrt mremap])
14  AC_CHECK_FUNC([munmap], lv_have_munmap=yes, lv_have_munmap=no)
15  AC_FUNC_MMAP
17 @@ -127,7 +127,7 @@ if test "$ENABLE_PLUGIN_GDKPIXBUF" = "ye
18    if test "$HAVE_GTK" = "yes"; then
19      build_actor_plugins="$build_actor_plugins gdkpixbuf"
20    else
21 -    AC_MSG_WARN([*** GTK+ >= ${gtk_required_version} is not found.
22 +    AC_MSG_WARN([*** GTK+ >= gtk_required_version is not found.
23                 The libvisual GdkPixbuf image loader plugin won't be build.
24                 GdkPixbuf is included within gtk-2.0 and newer, which can be
25                 downloaded at http://www.gtk.org/])
26 @@ -148,7 +148,7 @@ if test "$ENABLE_GSTREAMER_PLUGIN" = "ye
27    if test "$HAVE_GSTREAMER" = "yes"; then
28      build_actor_plugins="$build_actor_plugins gstreamer"
29    else
30 -    AC_MSG_WARN([*** GStreamer >= ${gst_required_version} is not found.
31 +    AC_MSG_WARN([*** GStreamer >= gst_required_version is not found.
32                 The libvisual GStreamer viewer plugin won't be build.
33                 GStreamer can be downloaded from http://www.gstreamer.org/])
34    fi