From cae7ae9ce611fd6c84b1f118fda080a550d8f24b Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sat, 23 Mar 2013 12:14:03 +0000 Subject: [PATCH] (bug #5904) Fix OpenBSD and Solaris builds --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index e549d6d7..252eb592 100644 --- a/Makefile +++ b/Makefile @@ -670,8 +670,6 @@ else # ifeq freebsd ifeq ($(PLATFORM),openbsd) - ARCH=$(shell uname -m) - BASE_CFLAGS = -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes \ -DUSE_ICON -DMAP_ANONYMOUS=MAP_ANON CLIENT_CFLAGS += $(SDL_CFLAGS) @@ -769,8 +767,6 @@ ifeq ($(PLATFORM),sunos) MKDIR=gmkdir COPYDIR="/usr/local/share/games/quake3" - ARCH=sparc - ifneq ($(ARCH),x86) ifneq ($(ARCH),sparc) $(error arch $(ARCH) is currently not supported)