summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorjmz <jmz@FreeBSD.org>1999-07-08 11:52:27 +0000
committerjmz <jmz@FreeBSD.org>1999-07-08 11:52:27 +0000
commit4dd3d3b6416ebcfeb524b350d34d76c14ec5dc71 (patch)
tree9cf2b87815ff501832f6fcc6cb1949d103dad674 /misc
parent6f499cbadf4115afc68f288abafafcfb32ef9abe (diff)
downloadFreeBSD-ports-4dd3d3b6416ebcfeb524b350d34d76c14ec5dc71.zip
FreeBSD-ports-4dd3d3b6416ebcfeb524b350d34d76c14ec5dc71.tar.gz
Do not link with the termcap library - mshell would segfault.
Diffstat (limited to 'misc')
-rw-r--r--misc/mshell/files/patch-aa2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/mshell/files/patch-aa b/misc/mshell/files/patch-aa
index 0b2af61..9e86c00 100644
--- a/misc/mshell/files/patch-aa
+++ b/misc/mshell/files/patch-aa
@@ -29,7 +29,7 @@
+ all: mshell
+
mshell: $(OBJS)
-! cc $(CFLAGS) $(OBJS) -lncurses -ltermcap -o mshell
+! cc $(CFLAGS) $(OBJS) -lncurses -o mshell
$(OBJS) : mshell.h
OpenPOWER on IntegriCloud