mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 08:00:31 -04:00
PR: 231406 Submitted by: Greg V <greg@unrelenting.technology> Exp-run by: antoine Approved by: portmgr (antoine)
11 lines
543 B
Text
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 < $< > $@
|