summaryrefslogtreecommitdiffstats
path: root/games/cursive/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/cursive/files/patch-Makefile')
-rw-r--r--games/cursive/files/patch-Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/games/cursive/files/patch-Makefile b/games/cursive/files/patch-Makefile
new file mode 100644
index 0000000..cc69375
--- /dev/null
+++ b/games/cursive/files/patch-Makefile
@@ -0,0 +1,23 @@
+--- 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
+
+ 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
OpenPOWER on IntegriCloud