aboutsummaryrefslogtreecommitdiff
path: root/games/love/files
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2008-09-03 16:03:01 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2008-09-03 16:03:01 +0000
commitdc94ed062b799cba2ee6bea886ab8f1558b0729c (patch)
tree17dcf2c4055547d704c6013c0e0825af8638a2fc /games/love/files
parentfeba621254c9831d67cc5238d7d6fe581c571c69 (diff)
Notes
Diffstat (limited to 'games/love/files')
-rw-r--r--games/love/files/patch-Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/love/files/patch-Makefile b/games/love/files/patch-Makefile
index e1eb1dcb1c9c..f7243aaff534 100644
--- a/games/love/files/patch-Makefile
+++ b/games/love/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)