librewolf: update to 134.0-1
[oi-userland.git] / components / games / openttd / game / patches / 03-Makefile.grf.in.patch
blob65ffc4171c69204f7f79b896514aa7f586abf8ab
1 --- openttd-1.9.3.orig/Makefile.grf.in jeu. déc. 5 16:12:38 2019
2 +++ openttd-1.9.3/Makefile.grf.in jeu. déc. 5 16:13:05 2019
3 @@ -67,16 +67,16 @@
4 $(BIN_DIR)/%.obg: $(BASESET_DIR)/%.obg $(BIN_DIR)/orig_extra.grf $(OBJS_DIR)/langfiles.tmp $(BASESET_DIR)/translations.awk
5 $(E) '$(STAGE) Updating $(notdir $@)'
6 $(Q) sed 's/^ORIG_EXTRA.GRF = *[0-9a-f]*$$/ORIG_EXTRA.GRF = '`$(MD5SUM) $(BIN_DIR)/orig_extra.grf | sed 's@ .*@@'`'/' $< > $@.tmp
7 - $(Q) awk -v langfiles='$(OBJS_DIR)/langfiles.tmp' -f $(BASESET_DIR)/translations.awk $@.tmp >$@
8 + $(Q) gawk -v langfiles='$(OBJS_DIR)/langfiles.tmp' -f $(BASESET_DIR)/translations.awk $@.tmp >$@
9 $(Q) rm $@.tmp
11 $(BIN_DIR)/%.obs: $(BASESET_DIR)/%.obs $(OBJS_DIR)/langfiles.tmp $(BASESET_DIR)/translations.awk
12 $(E) '$(STAGE) Updating $(notdir $@)'
13 - $(Q) awk -v langfiles='$(OBJS_DIR)/langfiles.tmp' -f $(BASESET_DIR)/translations.awk $< >$@
14 + $(Q) gawk -v langfiles='$(OBJS_DIR)/langfiles.tmp' -f $(BASESET_DIR)/translations.awk $< >$@
16 $(BIN_DIR)/%.obm: $(BASESET_DIR)/%.obm $(OBJS_DIR)/langfiles.tmp $(BASESET_DIR)/translations.awk
17 $(E) '$(STAGE) Updating $(notdir $@)'
18 - $(Q) awk -v langfiles='$(OBJS_DIR)/langfiles.tmp' -f $(BASESET_DIR)/translations.awk $< >$@
19 + $(Q) gawk -v langfiles='$(OBJS_DIR)/langfiles.tmp' -f $(BASESET_DIR)/translations.awk $< >$@
21 # Guard against trying to run GRFCODEC/NFORENUM without either being set.
22 ifdef GRFCODEC
23 @@ -87,7 +87,7 @@
24 $(E) '$(STAGE) Assembling openttd.nfo'
25 $(Q)-mkdir -p $(OBJS_DIR)/sprites
26 $(Q)-cp $(PNG_FILES) $(OBJS_DIR)/sprites 2> /dev/null
27 - $(Q) awk -f $(GRF_DIR)/assemble_nfo.awk $(GRF_DIR)/openttd.nfo > $(OBJS_DIR)/sprites/openttd.nfo
28 + $(Q) gawk -f $(GRF_DIR)/assemble_nfo.awk $(GRF_DIR)/openttd.nfo > $(OBJS_DIR)/sprites/openttd.nfo
29 $(Q) $(NFORENUM) -s $(OBJS_DIR)/sprites/openttd.nfo
30 $(E) '$(STAGE) Compiling openttd.grf'
31 $(Q) $(GRFCODEC) -n -s -e -p1 $(OBJS_DIR)/openttd.grf
32 @@ -98,7 +98,7 @@
33 $(E) '$(STAGE) Assembling orig_extra.nfo'
34 $(Q)-mkdir -p $(OBJS_DIR)/sprites
35 $(Q)-cp $(PNG_FILES) $(OBJS_DIR)/sprites 2> /dev/null
36 - $(Q) awk -f $(GRF_DIR)/assemble_nfo.awk $(GRF_DIR)/orig_extra.nfo > $(OBJS_DIR)/sprites/orig_extra.nfo
37 + $(Q) gawk -f $(GRF_DIR)/assemble_nfo.awk $(GRF_DIR)/orig_extra.nfo > $(OBJS_DIR)/sprites/orig_extra.nfo
38 $(Q) $(NFORENUM) -s $(OBJS_DIR)/sprites/orig_extra.nfo
39 $(E) '$(STAGE) Compiling orig_extra.grf'
40 $(Q) $(GRFCODEC) -n -s -e -p1 $(OBJS_DIR)/orig_extra.grf