summaryrefslogtreecommitdiff
path: root/misc/cwish/files/patch-01
diff options
context:
space:
mode:
Diffstat (limited to 'misc/cwish/files/patch-01')
-rw-r--r--misc/cwish/files/patch-0143
1 files changed, 0 insertions, 43 deletions
diff --git a/misc/cwish/files/patch-01 b/misc/cwish/files/patch-01
deleted file mode 100644
index 7860f8e4a564..000000000000
--- a/misc/cwish/files/patch-01
+++ /dev/null
@@ -1,43 +0,0 @@
---- Makefile.FreeBSD.orig Fri Jul 30 16:59:53 1999
-+++ Makefile.FreeBSD Fri Feb 9 16:37:40 2007
-@@ -6,7 +6,7 @@
- #
- #---------------------------------------------------------------------------
-
--CC= cc
-+CC?= cc
- NAME= cwish
- DEST= /usr/local/bin
- MANDIR= /usr/local/man
-@@ -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
-
-
- CFILES= cwish.c files.c movement.c commandline.c rcinit.c \
- fkeys.c paging.c cursor.c header.c history.c help.c \
-- usrgrp.c showtime.c config.c chdir.c complete.c\
-+ showtime.c config.c chdir.c complete.c\
- system.c usage.c
-
- OFILES= cwish.o files.o movement.o commandline.o rcinit.o \
- fkeys.o paging.o cursor.o header.o history.o help.o \
-- usrgrp.o showtime.o config.o chdir.o complete.o\
-+ showtime.o config.o chdir.o complete.o\
- system.o usage.o
-
- HFILES= config.h control.h cwish.h rcinit.h version.h