$OpenBSD: patch-source_rltiles_Makefile,v 1.3 2017/05/27 16:41:41 espie Exp $

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
