summaryrefslogtreecommitdiff
path: root/games/openarena/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/openarena/files/patch-Makefile')
-rw-r--r--games/openarena/files/patch-Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/games/openarena/files/patch-Makefile b/games/openarena/files/patch-Makefile
index cdd3b224e3b9..70e1bdabfa3f 100644
--- a/games/openarena/files/patch-Makefile
+++ b/games/openarena/files/patch-Makefile
@@ -1,6 +1,6 @@
---- Makefile.orig 2011-12-13 02:48:49.000000000 +0400
-+++ Makefile 2015-09-30 17:16:31.951089000 +0300
-@@ -205,6 +205,8 @@
+--- Makefile.orig 2011-12-12 22:48:49 UTC
++++ Makefile
+@@ -205,6 +205,8 @@ ifneq ($(BUILD_CLIENT),0)
OPENAL_LIBS=$(shell pkg-config --silence-errors --libs openal)
SDL_CFLAGS=$(shell pkg-config --silence-errors --cflags sdl|sed 's/-Dmain=SDL_main//')
SDL_LIBS=$(shell pkg-config --silence-errors --libs sdl)
@@ -9,7 +9,7 @@
endif
# Use sdl-config if all else fails
ifeq ($(SDL_CFLAGS),)
-@@ -570,9 +572,15 @@
+@@ -570,9 +572,15 @@ else # ifeq mingw32
ifeq ($(PLATFORM),freebsd)
@@ -25,7 +25,7 @@
-DUSE_ICON -DMAP_ANONYMOUS=MAP_ANON
CLIENT_CFLAGS = $(SDL_CFLAGS)
SERVER_CFLAGS =
-@@ -595,27 +603,24 @@
+@@ -595,27 +603,24 @@ ifeq ($(PLATFORM),freebsd)
# optional features/libraries
ifeq ($(USE_OPENAL),1)
@@ -59,7 +59,7 @@
endif
# cross-compiling tweaks
-@@ -897,7 +902,7 @@
+@@ -897,7 +902,7 @@ ifeq ($(USE_VOIP),1)
CLIENT_CFLAGS += -DUSE_VOIP
SERVER_CFLAGS += -DUSE_VOIP
ifeq ($(USE_INTERNAL_SPEEX),1)