aboutsummaryrefslogtreecommitdiff
path: root/misc/cwish/files
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-02-09 08:40:42 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-02-09 08:40:42 +0000
commitc0775fcfbf0b163aa6165b2253b64e77abf48a7b (patch)
treee2284d36b20dea608922bb5f90be1060382aaef3 /misc/cwish/files
parent740b2a4eed6fd2138abf52606d9108c31254e809 (diff)
Notes
Diffstat (limited to 'misc/cwish/files')
-rw-r--r--misc/cwish/files/patch-0120
1 files changed, 15 insertions, 5 deletions
diff --git a/misc/cwish/files/patch-01 b/misc/cwish/files/patch-01
index fed7739b6a9b..7860f8e4a564 100644
--- a/misc/cwish/files/patch-01
+++ b/misc/cwish/files/patch-01
@@ -1,5 +1,5 @@
---- Makefile.FreeBSD.orig Fri Jul 30 01:59:53 1999
-+++ Makefile.FreeBSD Wed Sep 4 19:23:55 2002
+--- Makefile.FreeBSD.orig Fri Jul 30 16:59:53 1999
++++ Makefile.FreeBSD Fri Feb 9 16:37:40 2007
@@ -6,7 +6,7 @@
#
#---------------------------------------------------------------------------
@@ -9,13 +9,23 @@
NAME= cwish
DEST= /usr/local/bin
MANDIR= /usr/local/man
-@@ -34,18 +34,18 @@
- #LFLAGS= -ldncurses -lmytinfo
+@@ -27,25 +27,25 @@
+
+ #-- FreeBSD debugging -------------------------------------------------------
+ #CFLAGS= -O2 -Wall -g -pipe $(DEFS)
+-#LFLAGS= -lncurses -lmytinfo
++#LFLAGS= -lncurses
+
+ #-- FreeBSD curses debugging ------------------------------------------------
+ #CFLAGS= -O2 -Wall -g -pipe $(DEFS)
+-#LFLAGS= -ldncurses -lmytinfo
++#LFLAGS= -ldncurses
#-- FreeBSD production ------------------------------------------------------
-CFLAGS= -O2 -Wall -pipe $(DEFS)
+-LFLAGS= -lncurses -lmytinfo
+CFLAGS+= -Wall $(DEFS)
- LFLAGS= -lncurses -lmytinfo
++LFLAGS= -lncurses
CFILES= cwish.c files.c movement.c commandline.c rcinit.c \