aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/fhourstones/files/patch-Makefile
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2008-06-18 10:03:44 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2008-06-18 10:03:44 +0000
commit341bea55cb18e2f77203e244e9783b24d2edaec8 (patch)
treefc20acae52fc4986cce26d86bd2e1452a34713cb /benchmarks/fhourstones/files/patch-Makefile
parent507b59dca2feb7d7a0fe8abafef31592031ba209 (diff)
downloadports-341bea55cb18e2f77203e244e9783b24d2edaec8.tar.gz
ports-341bea55cb18e2f77203e244e9783b24d2edaec8.zip
- Distfile was rerolled and its contents slightly modified.
Notes
Notes: svn path=/head/; revision=215056
Diffstat (limited to 'benchmarks/fhourstones/files/patch-Makefile')
-rw-r--r--benchmarks/fhourstones/files/patch-Makefile18
1 files changed, 10 insertions, 8 deletions
diff --git a/benchmarks/fhourstones/files/patch-Makefile b/benchmarks/fhourstones/files/patch-Makefile
index cc579396ec34..adf8596da270 100644
--- a/benchmarks/fhourstones/files/patch-Makefile
+++ b/benchmarks/fhourstones/files/patch-Makefile
@@ -1,8 +1,10 @@
---- /dev/null Thu Nov 23 08:54:18 2006
-+++ Makefile Thu Nov 23 08:54:28 2006
-@@ -0,0 +1,5 @@
-+all: SearchGame
-+
-+SearchGame: Game.c SearchGame.c TransGame.c
-+ $(CC) -o $@ $(CFLAGS) SearchGame.c
-+
+--- Makefile.orig 2008-06-17 21:47:28.000000000 +0200
++++ Makefile 2008-06-17 21:47:37.000000000 +0200
+@@ -1,6 +1,6 @@
+ # GNU Makefile
+
+-CFLAGS = -O3 -Wextra -Wall
++CFLAGS += -Wextra -Wall
+ CFILES = SearchGame.c TransGame.c Game.c
+ JAVAFILES = SearchGame.java Connect4.java Game.java TransGame.java
+ HASKELLFILES = Main.hs Connect4.hs GameTreeSearch.hs