diff options
-rw-r--r-- | net-im/farsight2/files/patch-gst-libs_gst_farsight_Makefile.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-im/farsight2/files/patch-gst-libs_gst_farsight_Makefile.in b/net-im/farsight2/files/patch-gst-libs_gst_farsight_Makefile.in deleted file mode 100644 index a760a62416b6..000000000000 --- a/net-im/farsight2/files/patch-gst-libs_gst_farsight_Makefile.in +++ /dev/null @@ -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@\" */" \ |