summaryrefslogtreecommitdiff
path: root/multimedia/gst-plugins0.10-good/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/gst-plugins0.10-good/patches/patch-ac')
-rw-r--r--multimedia/gst-plugins0.10-good/patches/patch-ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/multimedia/gst-plugins0.10-good/patches/patch-ac b/multimedia/gst-plugins0.10-good/patches/patch-ac
new file mode 100644
index 00000000000..4740a178692
--- /dev/null
+++ b/multimedia/gst-plugins0.10-good/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.5 2008/08/06 18:17:24 drochner Exp $
+
+--- gst/udp/Makefile.in.orig 2008-08-04 16:38:33.000000000 +0200
++++ gst/udp/Makefile.in
+@@ -987,7 +987,7 @@ uninstall-am: uninstall-info-am uninstal
+ $^ > $@
+
+ %-enumtypes.c: $(glib_enum_headers)
+- @if test "x$(glib_enum_headers)" == "x"; then echo "ERROR: glib_enum_headers is empty, please fix Makefile"; exit 1; fi
++ @if test "x$(glib_enum_headers)" = "x"; then echo "ERROR: glib_enum_headers is empty, please fix Makefile"; exit 1; fi
+ glib-mkenums \
+ --fhead "#include \"$*-enumtypes.h\"\n$(enum_headers)" \
+ --fprod "\n/* enumerations from \"@filename@\" */" \