summaryrefslogtreecommitdiffstats
path: root/misc/ytree/files/patch-aa
blob: fd3d63eaaf1c94369a0fa9da8ac294e5a1b99d9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
--- Makefile.orig	Sun Jul 16 07:01:56 2000
+++ Makefile	Tue Dec  5 23:30:00 2000
@@ -6,7 +6,7 @@
 #
 ############################################################################
 
-CC          = cc
+CC          ?= cc
 
 #
 # ADD_CFLAGS: Add -DVI_KEYS if you want vi-cursor-keys
@@ -25,10 +25,10 @@
 ###########################
 # LINUX (testet with ncurses 5.0)
 ###########################
-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
@@ -43,8 +43,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
OpenPOWER on IntegriCloud