b57337c9e2
maintainership from ports@.
36 lines
1 KiB
Text
36 lines
1 KiB
Text
--- Makefile.orig Sat Jun 16 23:12:10 2001
|
|
+++ Makefile Sat Jun 16 23:13:07 2001
|
|
@@ -6,7 +6,7 @@
|
|
#
|
|
############################################################################
|
|
|
|
-CC = cc
|
|
+CC ?= cc
|
|
|
|
#
|
|
# ADD_CFLAGS: Add -DVI_KEYS if you want vi-cursor-keys
|
|
@@ -27,10 +27,10 @@
|
|
###########################
|
|
# LINUX (testet with ncurses 5.2)
|
|
###########################
|
|
-COLOR = -DCOLOR_SUPPORT
|
|
+#COLOR = -DCOLOR_SUPPORT
|
|
#CLOCK = -DCLOCK_SUPPORT # Experimental!
|
|
-CFLAGS = $(ADD_CFLAGS) $(COLOR) $(CLOCK)
|
|
-LIBS = -lncurses
|
|
+#CFLAGS = $(ADD_CFLAGS) $(COLOR) $(CLOCK)
|
|
+#LIBS = -lncurses
|
|
|
|
###########################
|
|
# LINUX (X11 using PDCurses) thanks to Mark Hessling
|
|
@@ -54,8 +54,8 @@
|
|
###########################
|
|
# FreeBSD (Thanks to Peter Brevik)
|
|
###########################
|
|
-#CFLAGS = -DCOLOR_SUPPORT -DNCURSES
|
|
-#LIBS = -lncurses -lmytinfo -lcompat
|
|
+CFLAGS = -DCOLOR_SUPPORT -DNCURSES
|
|
+LIBS = -lncurses -lmytinfo -lcompat
|
|
|
|
###########################
|
|
# DOS/Windows with DJGPP
|