diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-09-07 19:11:12 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-09-07 19:11:12 +0000 |
commit | f706115f0720839f6da4befc925a6a9ad27b9e7b (patch) | |
tree | ed3e3c1dc2cc52f5dd59e8d85fbce577decef79e /net-im/farsight2 | |
parent | 511be69c1658178e7743c7dbfba8e2c17758b457 (diff) |
Notes
Diffstat (limited to 'net-im/farsight2')
-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@\" */" \ |