summaryrefslogtreecommitdiff
path: root/games/blue/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'games/blue/files/patch-ac')
-rw-r--r--games/blue/files/patch-ac16
1 files changed, 16 insertions, 0 deletions
diff --git a/games/blue/files/patch-ac b/games/blue/files/patch-ac
new file mode 100644
index 000000000000..38eb4c77202a
--- /dev/null
+++ b/games/blue/files/patch-ac
@@ -0,0 +1,16 @@
+--- Makefile.orig Wed Mar 29 22:20:16 2000
++++ Makefile Wed Mar 29 22:21:26 2000
+@@ -7,10 +7,11 @@
+
+ SOURCES = READ.ME Makefile blue.c blue.c.orig blue.6 blue.lsm *.spec
+
+-CFLAGS=-O
++CC?=cc
++CFLAGS?=-O
+
+ blue: blue.c
+- cc $(CFLAGS) -DVERSION=\"$(V)\" blue.c -lncurses -o blue
++ $(CC) $(CFLAGS) -DVERSION=\"$(V)\" blue.c -lncurses -o blue
+
+ blue-$(V).tar.gz: $(SOURCES)
+ @ls $(SOURCES) | sed s:^:blue-$(V)/: >MANIFEST