diff options
author | Tim Angus <tim@ngus.net> | 2013-03-23 12:14:03 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-03-25 23:26:35 +0000 |
commit | 3ce3590596390b4f2d432cbb7b00256c26358122 (patch) | |
tree | 066e44a98ae07525b6d5e789fdc7a91d4594127e | |
parent | 82dafa77983ea7e279a70826d8acee9efddfa174 (diff) |
(bug #5904) Fix OpenBSD and Solaris builds
-rw-r--r-- | Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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) |