mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 20:20:06 +02:00
Updated patch for sge changing compiler optimization from -O3 or -O0.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
diff -urN sge030809/Makefile sge030809-haiku/Makefile
|
||||
--- sge030809/Makefile 2003-08-11 15:40:41.000000000 -0700
|
||||
+++ sge030809-haiku/Makefile 2008-08-18 00:27:50.000000000 -0700
|
||||
--- sge030809/Makefile 2003-08-11 22:40:41.015728640 +0000
|
||||
+++ sge030809-haiku/Makefile 2010-05-31 17:12:42.000000000 +0000
|
||||
@@ -71,13 +71,13 @@
|
||||
endif
|
||||
|
||||
@@ -24,9 +24,17 @@ diff -urN sge030809/Makefile sge030809-haiku/Makefile
|
||||
+ @echo "** Headerfiles installed in $(DESTDIR)$(PREFIX_H)"
|
||||
+ @echo "** Library files installed in $(DESTDIR)$(PREFIX)/lib"
|
||||
diff -urN sge030809/Makefile.conf sge030809-haiku/Makefile.conf
|
||||
--- sge030809/Makefile.conf 2003-08-11 15:43:35.000000000 -0700
|
||||
+++ sge030809-haiku/Makefile.conf 2008-08-18 00:29:02.000000000 -0700
|
||||
@@ -32,7 +32,7 @@
|
||||
--- sge030809/Makefile.conf 2003-08-11 22:43:35.015728640 +0000
|
||||
+++ sge030809-haiku/Makefile.conf 2010-05-31 17:14:25.189792256 +0000
|
||||
@@ -25,14 +25,14 @@
|
||||
PREFIX_H =$(shell sdl-config --prefix)/include/SDL
|
||||
|
||||
# Flags passed to the compiler
|
||||
-CFLAGS =-Wall -O3 -ffast-math
|
||||
+CFLAGS =-Wall -O0 -ffast-math
|
||||
SGE_CFLAGS =$(shell sdl-config --cflags)
|
||||
# Uncomment to make some more optimizations
|
||||
#CFLAGS =-Wall -O9 -ffast-math -march=i686
|
||||
|
||||
|
||||
# Libs config
|
||||
@@ -36,8 +44,8 @@ diff -urN sge030809/Makefile.conf sge030809-haiku/Makefile.conf
|
||||
|
||||
# Is freetype-config available?
|
||||
diff -urN sge030809/sge_tt_text.cpp sge030809-haiku/sge_tt_text.cpp
|
||||
--- sge030809/sge_tt_text.cpp 2003-08-08 05:48:08.000000000 -0700
|
||||
+++ sge030809-haiku/sge_tt_text.cpp 2008-08-18 00:27:36.000000000 -0700
|
||||
--- sge030809/sge_tt_text.cpp 2003-08-08 12:48:08.016252928 +0000
|
||||
+++ sge030809-haiku/sge_tt_text.cpp 2010-05-31 17:12:42.000000000 +0000
|
||||
@@ -36,10 +36,9 @@
|
||||
#include "sge_textpp.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user