$NetBSD: patch-gst-libs_gst_audio_Makefile.in,v 1.1 2020/07/16 11:27:25 markd Exp $ fix build with GNU make 4.3 --- gst-libs/gst/audio/Makefile.in.orig 2019-12-03 10:58:12.000000000 +0000 +++ gst-libs/gst/audio/Makefile.in @@ -889,7 +889,8 @@ noinst_LTLIBRARIES = $(am__append_1) @HAVE_X86_TRUE@ $(GST_LIB_LDFLAGS) \ @HAVE_X86_TRUE@ $(GST_ALL_LDFLAGS) -enum_headers = $(foreach h,$(glib_enum_headers),\n\#include \"$(h)\") +hash:=\# +enum_headers = $(foreach h,$(glib_enum_headers),\n$(hash)include \"$(h)\") # Introspection @HAVE_INTROSPECTION_TRUE@BUILT_GIRSOURCES = GstAudio-@GST_API_VERSION@.gir