aboutsummaryrefslogtreecommitdiff
path: root/devel/sdl_sge/files/patch-Makefile.conf
diff options
context:
space:
mode:
Diffstat (limited to 'devel/sdl_sge/files/patch-Makefile.conf')
-rw-r--r--devel/sdl_sge/files/patch-Makefile.conf17
1 files changed, 9 insertions, 8 deletions
diff --git a/devel/sdl_sge/files/patch-Makefile.conf b/devel/sdl_sge/files/patch-Makefile.conf
index cbe111883a44..eae89fe5544e 100644
--- a/devel/sdl_sge/files/patch-Makefile.conf
+++ b/devel/sdl_sge/files/patch-Makefile.conf
@@ -1,5 +1,5 @@
---- work/sge030809/Makefile.conf Tue Aug 12 00:43:35 2003
-+++ Makefile.conf Fri Aug 4 15:20:41 2006
+--- Makefile.conf.orig 2003-08-12 07:43:35.000000000 +0900
++++ Makefile.conf 2011-08-23 21:00:48.000000000 +0900
@@ -7,11 +7,6 @@
#USE_IMG = n
#QUIET = y
@@ -12,7 +12,7 @@
# Make sure sdl-config is available
HAVE_SDL =$(shell if (sdl-config --version) < /dev/null > /dev/null 2>&1; then echo "y"; else echo "n"; fi;)
ifeq ($(HAVE_SDL),n)
-@@ -19,45 +14,24 @@
+@@ -19,27 +14,17 @@
endif
# Where should SGE be installed?
@@ -25,25 +25,26 @@
# Flags passed to the compiler
-CFLAGS =-Wall -O3 -ffast-math
-+CFLAGS +=-Wall -O3 -ffast-math
++#CFLAGS =-Wall -O3 -ffast-math
SGE_CFLAGS =$(shell sdl-config --cflags)
-# Uncomment to make some more optimizations
-#CFLAGS =-Wall -O9 -ffast-math -march=i686
-
# Libs config
- SGE_LIBS =$(shell sdl-config --libs) -lstdc++
-
+-SGE_LIBS =$(shell sdl-config --libs) -lstdc++
+-
-
-# Is freetype-config available?
-HAVE_FT =$(shell if (freetype-config --version) < /dev/null > /dev/null 2>&1; then echo "y"; else echo "n"; fi;)
-ifeq ($(HAVE_FT),n)
- USE_FT = n
-endif
--
++SGE_LIBS =$(shell sdl-config --libs)
+
ifneq ($(USE_FT),n)
USE_FT = y
- SGE_LIBS +=$(shell freetype-config --libs)
+@@ -47,17 +32,6 @@
FT_CFLAGS =$(shell freetype-config --cflags)
endif