summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2013-03-23 12:14:03 +0000
committerTim Angus <tim@ngus.net>2013-03-25 23:26:35 +0000
commit3ce3590596390b4f2d432cbb7b00256c26358122 (patch)
tree066e44a98ae07525b6d5e789fdc7a91d4594127e
parent82dafa77983ea7e279a70826d8acee9efddfa174 (diff)
(bug #5904) Fix OpenBSD and Solaris builds
-rw-r--r--Makefile4
1 files changed, 0 insertions, 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)