aboutsummaryrefslogtreecommitdiffstats
path: root/devel/love07/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/love07/files/patch-Makefile')
-rw-r--r--devel/love07/files/patch-Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/love07/files/patch-Makefile b/devel/love07/files/patch-Makefile
index e1eb1dcb1c9c..f7243aaff534 100644
--- a/devel/love07/files/patch-Makefile
+++ b/devel/love07/files/patch-Makefile
@@ -1,11 +1,11 @@
---- Makefile.orig 2008-07-04 03:25:34.000000000 +0400
-+++ Makefile 2008-08-01 16:27:46.000000000 +0400
+--- Makefile.orig 2008-08-29 03:42:40.000000000 +0400
++++ Makefile 2008-08-29 18:09:43.000000000 +0400
@@ -3,20 +3,19 @@
# You may need to modify parts of this makefile for your system.
######################################################################
-CC = g++
--CFLAGS = -g -O2 -Wall
+-CFLAGS = -g0 -O3 -Wall
-CFLAGS_MOD = -g0 -O3
+CFLAGS += -Wall
+CFLAGS_MOD = $(CFLAGS)