summaryrefslogtreecommitdiff
path: root/games/jumpnbump/files/patch-sdl::Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/jumpnbump/files/patch-sdl::Makefile')
-rw-r--r--games/jumpnbump/files/patch-sdl::Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/jumpnbump/files/patch-sdl::Makefile b/games/jumpnbump/files/patch-sdl::Makefile
index 20c05c45793c..5b68e00b218d 100644
--- a/games/jumpnbump/files/patch-sdl::Makefile
+++ b/games/jumpnbump/files/patch-sdl::Makefile
@@ -3,7 +3,7 @@
@@ -1,8 +1,8 @@
-SDL_CFLAGS = `sdl-config --cflags`
-CFLAGS = -Wall -ansi -pedantic -O2 -ffast-math -funroll-loops \
-+SDL_CFLAGS = `sdl11-config --cflags`
++SDL_CFLAGS = `sdl-config --cflags`
+CFLAGS += -Wall -ansi -pedantic -ffast-math -funroll-loops \
-Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -DNDEBUG \
- -I. -I.. $(SDL_CFLAGS) -DUSE_SDL -DUSE_NET