1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

This patch is no longer required.

This commit is contained in:
Joe Marcus Clarke 2009-09-07 19:11:12 +00:00
parent 511be69c16
commit f706115f07
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=241003

View File

@ -1,11 +0,0 @@
--- gst-libs/gst/farsight/Makefile.in.orig 2009-02-27 23:51:47.000000000 -0500
+++ gst-libs/gst/farsight/Makefile.in 2009-02-27 23:51:58.000000000 -0500
@@ -849,7 +849,7 @@ fs-marshal.list: $(libgstfarsight_@GST_M
$^ > $@
%-enum-types.c: $(glib_enum_headers) Makefile
- @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 \"$*-enum-types.h\"\n$(enum_headers)" \
--fprod "\n/* enumerations from \"@filename@\" */" \