From 3ce3590596390b4f2d432cbb7b00256c26358122 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sat, 23 Mar 2013 12:14:03 +0000 Subject: (bug #5904) Fix OpenBSD and Solaris builds --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index 48a1ba9a..1631a566 100644 --- a/Makefile +++ b/Makefile @@ -658,8 +658,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) @@ -757,8 +755,6 @@ ifeq ($(PLATFORM),sunos) MKDIR=gmkdir COPYDIR="/usr/local/share/games/tremulous" - ARCH=sparc - ifneq ($(ARCH),x86) ifneq ($(ARCH),sparc) $(error arch $(ARCH) is currently not supported) -- cgit