ports/multimedia/gstreamer1-plugins-bad/files/patch-ext_wayland_Makefile.in
Tijl Coosemans 54c5444eba Update GStreamer to 1.14.4.
PR:		231406
Submitted by:	Greg V <greg@unrelenting.technology>
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2018-11-03 11:58:10 +00:00

11 lines
543 B
Text

--- ext/wayland/Makefile.in.orig 2018-09-16 17:59:59 UTC
+++ ext/wayland/Makefile.in
@@ -1198,7 +1198,7 @@ $(shell echo $1 | sed 's/\([a-z\-]\+\)-[a-z]\+-v[0-9]\
endef
%-protocol.c : $(WAYLAND_PROTOCOLS_DATADIR)/$$(call protostability,$$*)/$$(call protoname,$$*)/$$*.xml
- $(AM_V_GEN)$(wayland_scanner) code < $< > $@
+ $(AM_V_GEN)$(wayland_scanner) private-code < $< > $@
%-client-protocol.h : $(WAYLAND_PROTOCOLS_DATADIR)/$$(call protostability,$$*)/$$(call protoname,$$*)/$$*.xml
$(AM_V_GEN)$(wayland_scanner) client-header < $< > $@