diff options
author | alepulver <alepulver@FreeBSD.org> | 2007-04-10 09:23:48 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2007-04-10 09:23:48 +0800 |
commit | fca422d3d3400e1f433cda7e730a550ef8fbe17e (patch) | |
tree | c9e8b159b92db394107f65f5934be9d27bbb3557 /games | |
parent | ea7aedf94d9bfe7ba3f732a56b4bcf8a2ca9ac21 (diff) | |
download | freebsd-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-Makefile | 2 |
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 |