From 0a12bc344b2c76c5ebff76977da036e5551eca51 Mon Sep 17 00:00:00 2001 From: Alejandro Pulver Date: Tue, 10 Apr 2007 01:23:48 +0000 Subject: - Forgot to add SDL compilation flags after Makefile patch rewrite. Reported by: pointyhat Pointy hat to: alepulver (myself) --- games/airrox/files/patch-Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games/airrox') 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 -- cgit v1.2.3