summaryrefslogtreecommitdiff
path: root/comms/minicom
diff options
context:
space:
mode:
authormycroft <mycroft>1999-04-23 19:55:56 +0000
committermycroft <mycroft>1999-04-23 19:55:56 +0000
commite6be0093ee02ceac6d4878f2dea220587fabf425 (patch)
treeb8a8e127006be2999f939383a068067ff24f673c /comms/minicom
parent3c216d27e0884e14671894cd5cf4a8b3ab8e31be (diff)
downloadpkgsrc-e6be0093ee02ceac6d4878f2dea220587fabf425.tar.gz
Explicitly include libtermcap.
Diffstat (limited to 'comms/minicom')
-rw-r--r--comms/minicom/patches/patch-aa4
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/minicom/patches/patch-aa b/comms/minicom/patches/patch-aa
index e0e63613bb5..3b47861e536 100644
--- a/comms/minicom/patches/patch-aa
+++ b/comms/minicom/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.5 1999/04/22 20:39:18 mycroft Exp $
+$NetBSD: patch-aa,v 1.6 1999/04/23 19:55:56 mycroft Exp $
--- Makefile.orig Sat Jul 25 21:05:46 1998
+++ Makefile Wed Apr 14 22:34:08 1999
@@ -56,7 +56,7 @@ $NetBSD: patch-aa,v 1.5 1999/04/22 20:39:18 mycroft Exp $
+PROGS = minicom runscript ascii-xfr
+LFLAGS = -s
+INTL = -Wl,-R$(PREFIX)/lib -L$(PREFIX)/lib -lintl
-+LIBS = $(INTL) -lcurses
++LIBS = $(INTL) -lcurses -ltermcap
+CC = cc
+
# Nothing should have to change beneath this line