File farstream-0.2.4-make43.patch of Package mingw64-farstream2
--- farstream-0.2.4/common-modified/gst-glib-gen.mak 2013-03-26 19:50:09.000000000 +0100
+++ farstream-0.2.4/common-modified/gst-glib-gen.mak 2021-06-30 18:13:13.182308744 +0200
@@ -1,12 +1,14 @@
# these are the variables your Makefile.am should set
# the example is based on the colorbalance interface
+H := \#
+
#glib_enum_headers=$(colorbalance_headers)
#glib_enum_define=GST_COLOR_BALANCE
#glib_gen_prefix=gst_color_balance
#glib_gen_basename=colorbalance
-enum_headers=$(foreach h,$(glib_enum_headers),\n\#include \"$(h)\")
+enum_headers=$(foreach h,$(glib_enum_headers),\n$(H)include \"$(h)\")
# these are all the rules generating the relevant files
$(glib_gen_basename)-enumtypes.h: $(glib_enum_headers)