diff options
author | marcus <marcus@FreeBSD.org> | 2009-09-08 03:11:12 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2009-09-08 03:11:12 +0800 |
commit | 784ac2dfa9861fe06a4b25102b257b0aef2a9d61 (patch) | |
tree | 278098050f6e39a51e80797189a77fe5eb301395 /net-im | |
parent | 2ea22a5d275caf0de6cb7c7440f1b9a83a1116d3 (diff) | |
download | freebsd-ports-gnome-784ac2dfa9861fe06a4b25102b257b0aef2a9d61.tar.gz freebsd-ports-gnome-784ac2dfa9861fe06a4b25102b257b0aef2a9d61.tar.zst freebsd-ports-gnome-784ac2dfa9861fe06a4b25102b257b0aef2a9d61.zip |
This patch is no longer required.
Diffstat (limited to 'net-im')
-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@\" */" \ |