aboutsummaryrefslogtreecommitdiff
path: root/games/cursive
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-04-04 08:27:05 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-04-04 08:27:05 +0000
commit5c8c20e78445ee1ad0c65395e00527c0d5721de4 (patch)
tree0182912e7a9115dd38cc48ab1530909aba6af731 /games/cursive
parent71eb78c36b8ee074a300b25f4eb85c8dc935e782 (diff)
downloadports-5c8c20e78445ee1ad0c65395e00527c0d5721de4.tar.gz
ports-5c8c20e78445ee1ad0c65395e00527c0d5721de4.zip
Respect CC and CFLAGS
Notes
Notes: svn path=/head/; revision=57303
Diffstat (limited to 'games/cursive')
-rw-r--r--games/cursive/files/patch-aa27
1 files changed, 20 insertions, 7 deletions
diff --git a/games/cursive/files/patch-aa b/games/cursive/files/patch-aa
index 3b719512d3f2..cc6937586d5b 100644
--- a/games/cursive/files/patch-aa
+++ b/games/cursive/files/patch-aa
@@ -1,10 +1,23 @@
---- Makefile.orig Sat Dec 4 17:19:30 1999
-+++ Makefile Sat Dec 4 17:19:40 1999
-@@ -1,5 +1,7 @@
- CFLAGS = -g
-
-+all: cursive
+--- Makefile.old Sun Oct 20 01:13:47 1991
++++ Makefile Thu Apr 4 08:24:44 2002
+@@ -1,7 +1,9 @@
+-CFLAGS = -g
++CFLAGS += -g
+
++all: cursive
+
cursive: cursive.o x.o xs.o
- cc -g -o cursive cursive.o x.o xs.o
+- cc -g -o cursive cursive.o x.o xs.o
++ ${CC} -g -o cursive cursive.o x.o xs.o
+
+ x.c: font.c
+ xstr font.c
+@@ -13,7 +15,7 @@
+ # the same, but is slightly bigger.
+
+ lcursive: cursive.o font.o
+- cc -g -o lcursive cursive.o font.o
++ ${CC} -g -o lcursive cursive.o font.o
+ cursive.shar: cursive.c font.c cursive.h cursive.6 Makefile shar
+ shar cursive.c font.c cursive.h cursive.6 Makefile shar > cursive.shar