mirror of
https://github.com/UberGames/ioef.git
synced 2025-01-31 21:10:39 +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)
|
ifeq ($(PLATFORM),openbsd)
|
||||||
|
|
||||||
ARCH=$(shell uname -m)
|
|
||||||
|
|
||||||
BASE_CFLAGS = -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes \
|
BASE_CFLAGS = -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes \
|
||||||
-DUSE_ICON -DMAP_ANONYMOUS=MAP_ANON
|
-DUSE_ICON -DMAP_ANONYMOUS=MAP_ANON
|
||||||
CLIENT_CFLAGS += $(SDL_CFLAGS)
|
CLIENT_CFLAGS += $(SDL_CFLAGS)
|
||||||
|
@ -769,8 +767,6 @@ ifeq ($(PLATFORM),sunos)
|
||||||
MKDIR=gmkdir
|
MKDIR=gmkdir
|
||||||
COPYDIR="/usr/local/share/games/quake3"
|
COPYDIR="/usr/local/share/games/quake3"
|
||||||
|
|
||||||
ARCH=sparc
|
|
||||||
|
|
||||||
ifneq ($(ARCH),x86)
|
ifneq ($(ARCH),x86)
|
||||||
ifneq ($(ARCH),sparc)
|
ifneq ($(ARCH),sparc)
|
||||||
$(error arch $(ARCH) is currently not supported)
|
$(error arch $(ARCH) is currently not supported)
|
||||||
|
|
Loading…
Reference in a new issue