summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2007-04-10 01:23:48 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2007-04-10 01:23:48 +0000
commit0a12bc344b2c76c5ebff76977da036e5551eca51 (patch)
treec376a4f05860b3d993e45073182768686affacb5 /games
parent- fix portversion (should be 0.10.3.1) (diff)
- Forgot to add SDL compilation flags after Makefile patch rewrite.
Reported by: pointyhat Pointy hat to: alepulver (myself)
Notes
Notes: svn path=/head/; revision=189618
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 0c4df5ee3676..f0ffd88b169f 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