aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authoralepulver <alepulver@FreeBSD.org>2007-04-10 09:23:48 +0800
committeralepulver <alepulver@FreeBSD.org>2007-04-10 09:23:48 +0800
commitfca422d3d3400e1f433cda7e730a550ef8fbe17e (patch)
treec9e8b159b92db394107f65f5934be9d27bbb3557 /games
parentea7aedf94d9bfe7ba3f732a56b4bcf8a2ca9ac21 (diff)
downloadfreebsd-ports-graphics-fca422d3d3400e1f433cda7e730a550ef8fbe17e.tar.gz
freebsd-ports-graphics-fca422d3d3400e1f433cda7e730a550ef8fbe17e.tar.zst
freebsd-ports-graphics-fca422d3d3400e1f433cda7e730a550ef8fbe17e.zip
- Forgot to add SDL compilation flags after Makefile patch rewrite.
Reported by: pointyhat Pointy hat to: alepulver (myself)
Diffstat (limited to 'games')
-rw-r--r--games/airrox/files/patch-Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/airrox/files/patch-Makefile b/games/airrox/files/patch-Makefile
index 0c4df5ee367..f0ffd88b169 100644
--- a/games/airrox/files/patch-Makefile
+++ b/games/airrox/files/patch-Makefile
@@ -22,7 +22,7 @@
# flags (otimizacao e nao exibir warnings)
-FLAGS = -O2 -DREENTRANT -DHAVE_OPENGL #-g
-+FLAGS = $(CFLAGS) -DREENTRANT -DHAVE_OPENGL -I$(X11BASE)/include
++FLAGS = $(CFLAGS) -DREENTRANT -DHAVE_OPENGL -I$(X11BASE)/include `sdl-config --cflags`
+
+ifdef OPTIMIZED_CFLAGS
+FLAGS += -O2