diff options
Diffstat (limited to 'games/stone-soup/patches/patch-source_rltiles_Makefile')
| -rw-r--r-- | games/stone-soup/patches/patch-source_rltiles_Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/games/stone-soup/patches/patch-source_rltiles_Makefile b/games/stone-soup/patches/patch-source_rltiles_Makefile new file mode 100644 index 0000000..807b818 --- /dev/null +++ b/games/stone-soup/patches/patch-source_rltiles_Makefile | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | Index: source/rltiles/Makefile | ||
| 2 | --- source/rltiles/Makefile.orig | ||
| 3 | +++ source/rltiles/Makefile | ||
| 4 | @@ -50,13 +50,7 @@ endif | ||
| 5 | |||
| 6 | # Attempt to use a full compiler name, to make | ||
| 7 | # distcc builds work nicely. | ||
| 8 | -LMACH := $(shell gcc -dumpmachine)- | ||
| 9 | -ifeq ($(LMACH),-) | ||
| 10 | LMACH := | ||
| 11 | -endif | ||
| 12 | -ifeq ($(shell which $(LMACH)gcc > /dev/null 2> /dev/null && echo "Yes"),) | ||
| 13 | -LMACH := | ||
| 14 | -endif | ||
| 15 | HOSTCXX ?= $(LMACH)g++ | ||
| 16 | |||
| 17 | DELETE = rm -f | ||
