aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorjmz <jmz@FreeBSD.org>1999-07-08 19:52:27 +0800
committerjmz <jmz@FreeBSD.org>1999-07-08 19:52:27 +0800
commit4dd3d3b6416ebcfeb524b350d34d76c14ec5dc71 (patch)
tree9cf2b87815ff501832f6fcc6cb1949d103dad674 /misc
parent6f499cbadf4115afc68f288abafafcfb32ef9abe (diff)
downloadfreebsd-ports-gnome-4dd3d3b6416ebcfeb524b350d34d76c14ec5dc71.tar.gz
freebsd-ports-gnome-4dd3d3b6416ebcfeb524b350d34d76c14ec5dc71.tar.zst
freebsd-ports-gnome-4dd3d3b6416ebcfeb524b350d34d76c14ec5dc71.zip
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 0b2af61671a9..9e86c00b96c4 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