summaryrefslogtreecommitdiff
path: root/games/stone-soup/patches/patch-source_rltiles_Makefile
blob: 807b818b933b251cafe1825b28bf87e7288cee7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Index: source/rltiles/Makefile
--- source/rltiles/Makefile.orig
+++ source/rltiles/Makefile
@@ -50,13 +50,7 @@ endif
 
 # Attempt to use a full compiler name, to make
 # distcc builds work nicely.
-LMACH := $(shell gcc -dumpmachine)-
-ifeq ($(LMACH),-)
 LMACH :=
-endif
-ifeq ($(shell which $(LMACH)gcc > /dev/null 2> /dev/null && echo "Yes"),)
-LMACH :=
-endif
 HOSTCXX ?= $(LMACH)g++
 
 DELETE = rm -f