mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
(bug #5904) Fix OpenBSD and Solaris builds
This commit is contained in:
parent
d50338fb57
commit
cae7ae9ce6
1 changed files with 0 additions and 4 deletions
4
Makefile
4
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)
|
||||
|
|
Loading…
Reference in a new issue