aboutsummaryrefslogtreecommitdiffstats
path: root/misc/ytree/files
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>1998-05-14 01:13:22 +0800
committervanilla <vanilla@FreeBSD.org>1998-05-14 01:13:22 +0800
commit506e088617851075f43d1e461fbb1a4a021db8d9 (patch)
treea0917f641d8f1119b04767d42583c078fe8854e1 /misc/ytree/files
parent09bf99afe853c5fc9d3af1046dc1dc38ea60df1d (diff)
downloadfreebsd-ports-gnome-506e088617851075f43d1e461fbb1a4a021db8d9.tar.gz
freebsd-ports-gnome-506e088617851075f43d1e461fbb1a4a021db8d9.tar.zst
freebsd-ports-gnome-506e088617851075f43d1e461fbb1a4a021db8d9.zip
Upgrade to 1.63.
Diffstat (limited to 'misc/ytree/files')
-rw-r--r--misc/ytree/files/patch-aa17
1 files changed, 13 insertions, 4 deletions
diff --git a/misc/ytree/files/patch-aa b/misc/ytree/files/patch-aa
index a05350546668..963d5ff46e31 100644
--- a/misc/ytree/files/patch-aa
+++ b/misc/ytree/files/patch-aa
@@ -1,5 +1,14 @@
---- Makefile Tue Sep 2 20:03:47 1997
-+++ /home/andy/tmp/wrk/Makefile Mon Jan 5 14:04:10 1998
+--- Makefile.orig Mon May 11 04:12:35 1998
++++ Makefile Wed May 13 02:30:12 1998
+@@ -29,7 +29,7 @@
+ # the following line and recompile
+ COLOR = -DCOLOR_SUPPORT
+ #CLOCK = -DCLOCK_SUPPORT
+-CFLAGS = $(ADD_CFLAGS) $(COLOR) $(CLOCK)
++#CFLAGS = $(ADD_CFLAGS) $(COLOR) $(CLOCK)
+ LIBS = -lncurses
+
+ ###########################
@@ -39,12 +39,14 @@
#LIBS = -lcurses -ltermcap
@@ -11,8 +20,8 @@
#ADD_LIB = /usr/lib
#CFLAGS = -I$(ADD_INCLUDE) -DNCURSES $(ADD_CFLAGS)
#LIBS = -L$(ADD_LIB) -lncurses -lmytinfo -lcompat
-+CFLAGS = -O -DCOLOR_SUPPORT -DNCURSES
-+LIBS = -lncurses -lmytinfo -lcompat
++CFLAGS += -DCOLOR_SUPPORT -DNCURSES
++LIBS = -lncurses -lmytinfo -lcompat
###########################
# NeXT (Thanks to fifi)