]> git.pld-linux.org Git - packages/gstreamer.git/blame - gstreamer-make.patch
- unconditional noarch subpackages
[packages/gstreamer.git] / gstreamer-make.patch
CommitLineData
5d57bfeb
JB
1make 4.3 no longer recognizes '#' in macros as comment; use workaround to be compatible with old and current make
2--- gstreamer-1.16.2/common/gst-glib-gen.mak.orig 2019-04-19 11:16:18.000000000 +0200
3+++ gstreamer-1.16.2/common/gst-glib-gen.mak 2020-03-28 20:29:17.924914360 +0100
4@@ -8,7 +8,8 @@
5 #glib_gen_decl_banner=GST_EXPORT
6 #glib_gen_decl_include=\#include <gst/foo/foo-prelude.h>
7
8-enum_headers=$(foreach h,$(glib_enum_headers),\n\#include \"$(h)\")
9+gst_hash=\#
10+enum_headers=$(foreach h,$(glib_enum_headers),\n$(gst_hash)include \"$(h)\")
11
12 # these are all the rules generating the relevant files
13 $(glib_gen_basename)-marshal.h: $(glib_gen_basename)-marshal.list
This page took 0.037586 seconds and 4 git commands to generate.