aboutsummaryrefslogtreecommitdiffstats
path: root/comms/kermit
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-10-28 13:07:47 +0800
committerache <ache@FreeBSD.org>1994-10-28 13:07:47 +0800
commitb5bf78b435ca30d6eccb8f1c14e76b55ddd64fd9 (patch)
treef2331ef6e9a9a5281eed59cdb1390fa059254da3 /comms/kermit
parent698016a6b49d1dfc85637bbe954da8c024a3b3fd (diff)
downloadfreebsd-ports-graphics-b5bf78b435ca30d6eccb8f1c14e76b55ddd64fd9.tar.gz
freebsd-ports-graphics-b5bf78b435ca30d6eccb8f1c14e76b55ddd64fd9.tar.zst
freebsd-ports-graphics-b5bf78b435ca30d6eccb8f1c14e76b55ddd64fd9.zip
-DNOCOTFMC added to fix open bug with sio
Diffstat (limited to 'comms/kermit')
-rw-r--r--comms/kermit/files/Makefile.sed3
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/kermit/files/Makefile.sed b/comms/kermit/files/Makefile.sed
index 4090c5621cb..e828145349e 100644
--- a/comms/kermit/files/Makefile.sed
+++ b/comms/kermit/files/Makefile.sed
@@ -1,5 +1,6 @@
PROG= kermit
-CFLAGS+= -I${.CURDIR} -DBSD44 -DCK_CURSES -DDYNAMIC -DTCPSOCKET -DTAYLOR_UUCP
+CFLAGS+= -I${.CURDIR} -DBSD44 -DCK_CURSES -DDYNAMIC -DTCPSOCKET -DTAYLOR_UUCP \
+ -DNOCOTFMC
SRCS= ckcmai.c ckucmd.c ckuusr.c ckuus2.c ckuus3.c ckuus4.c ckuus5.c \
ckuus6.c ckuus7.c ckuusx.c ckuusy.c ckcpro.c ckcfns.c ckcfn2.c \
ckcfn3.c ckuxla.c ckucon.c ckutio.c ckufio.c ckudia.c ckuscr.c \