summaryrefslogtreecommitdiff
path: root/multimedia/gst-plugins0.10-good/patches/patch-ac
blob: 632a3f7450767ffe6eb8ddfaa07378043caa6c14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ac,v 1.6 2009/02/27 21:10:43 wiz Exp $

--- gst/udp/Makefile.in.orig	2009-02-19 11:46:06.000000000 +0000
+++ gst/udp/Makefile.in
@@ -824,7 +824,7 @@ uninstall-am: uninstall-pluginLTLIBRARIE
 	$^ > $@
 
 %-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@\" */" \