summaryrefslogtreecommitdiff
path: root/games/wordplay/files
diff options
context:
space:
mode:
authorNeil Blakey-Milner <nbm@FreeBSD.org>2000-06-30 12:16:18 +0000
committerNeil Blakey-Milner <nbm@FreeBSD.org>2000-06-30 12:16:18 +0000
commit8eeeb75d2e5e9bc1e1735061e031a560fb515045 (patch)
tree97d22b0a978039fcf0354ef1bb7a60470fb2c003 /games/wordplay/files
parentUpdate to version 1.12 (diff)
Import of wordplay, an anagram generator
PR: ports/19492 Submitted by: Ben Smithurst <ben@scientia.demon.cu.uk>
Notes
Notes: svn path=/head/; revision=30019
Diffstat (limited to 'games/wordplay/files')
-rw-r--r--games/wordplay/files/patch-aa12
1 files changed, 12 insertions, 0 deletions
diff --git a/games/wordplay/files/patch-aa b/games/wordplay/files/patch-aa
new file mode 100644
index 000000000000..a7d7647984a0
--- /dev/null
+++ b/games/wordplay/files/patch-aa
@@ -0,0 +1,12 @@
+--- makefile.orig Sat Jun 24 19:14:14 2000
++++ makefile Sat Jun 24 19:14:30 2000
+@@ -1,8 +1,6 @@
+
+ # If you don't have gcc, try cc instead, if it is an ANSI compiler.
+
+-CC=gcc
+-
+ wordplay : wordplay.c
+- $(CC) -O -o wordplay wordplay.c
++ $(CC) ${CFLAGS} -o wordplay wordplay.c
+