File make43.patch of Package mingw64-farstream

--- farstream-0.1.2/common/glib-gen.mak	2021-06-30 19:49:41.041950845 +0200
+++ farstream-0.1.2/common/glib-gen.mak	2021-06-30 19:50:30.158023780 +0200
@@ -1,11 +1,13 @@
 # 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_enum_prefix=gst_color_balance
 
-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
 %-marshal.h: %-marshal.list
--- farstream-0.1.2/common/gst-glib-gen.mak	2021-06-30 19:49:41.041950845 +0200
+++ farstream-0.1.2/common/gst-glib-gen.mak	2021-06-30 19:50:30.158023780 +0200
@@ -6,7 +6,9 @@
 #glib_gen_prefix=gst_color_balance
 #glib_gen_basename=colorbalance
 
-enum_headers=$(foreach h,$(glib_enum_headers),\n\#include \"$(h)\")
+H := \#
+
+enum_headers=$(foreach h,$(glib_enum_headers),\n$(H)include \"$(h)\")
 
 # these are all the rules generating the relevant files
 $(glib_gen_basename)-marshal.h: $(glib_gen_basename)-marshal.list
--- farstream-0.1.2/common-modified/gst-glib-gen.mak	2021-06-30 19:49:41.037950839 +0200
+++ farstream-0.1.2/common-modified/gst-glib-gen.mak	2021-06-30 19:53:17.246298122 +0200
@@ -6,7 +6,9 @@
 #glib_gen_prefix=gst_color_balance
 #glib_gen_basename=colorbalance
 
-enum_headers=$(foreach h,$(glib_enum_headers),\n\#include \"$(h)\")
+H := \#
+
+enum_headers=$(foreach h,$(glib_enum_headers),\n$(H)include \"$(h)\")
 
 # these are all the rules generating the relevant files
 $(glib_gen_basename)-marshal.h: $(glib_gen_basename)-marshal.list
openSUSE Build Service is sponsored by