media-libs/gst-plugins-ugly: Fix for >=make-4.3
authorDavid Seifert <soap@gentoo.org>
Wed, 18 Mar 2020 11:22:22 +0000 (12:22 +0100)
committerDavid Seifert <soap@gentoo.org>
Wed, 18 Mar 2020 11:22:22 +0000 (12:22 +0100)
Closes: https://bugs.gentoo.org/705974
Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: David Seifert <soap@gentoo.org>
media-libs/gst-plugins-ugly/files/gst-plugins-ugly-1.14.3-make43.patch [new file with mode: 0644]
media-libs/gst-plugins-ugly/gst-plugins-ugly-1.14.3.ebuild

diff --git a/media-libs/gst-plugins-ugly/files/gst-plugins-ugly-1.14.3-make43.patch b/media-libs/gst-plugins-ugly/files/gst-plugins-ugly-1.14.3-make43.patch
new file mode 100644 (file)
index 0000000..86ce47c
--- /dev/null
@@ -0,0 +1,17 @@
+--- a/common/glib-gen.mak
++++ b/common/glib-gen.mak
+@@ -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
index 0bf1a43b0fff0a0a99a7e7d535810d54b1fadf58..0ced8242290f3151547438167194eb3b81620526 100644 (file)
@@ -21,6 +21,10 @@ DEPEND="${RDEPEND}
        >=dev-util/gtk-doc-am-1.12
 "
 
+PATCHES=(
+       "${FILESDIR}"/${PN}-1.14.3-make43.patch # remove when bumping and switching to Meson
+)
+
 multilib_src_configure() {
        gstreamer_multilib_src_configure