summaryrefslogtreecommitdiffstats
path: root/lang/python20
diff options
context:
space:
mode:
authortg <tg@FreeBSD.org>1999-06-18 11:42:21 +0000
committertg <tg@FreeBSD.org>1999-06-18 11:42:21 +0000
commitc820b37bacf474e164f5cbd248c44083f22e51bb (patch)
tree314d74b16e5305561a93970312cd33eecad1d5d2 /lang/python20
parentc1edcb915b6d005699d3ce1fe8ebd42577695ffb (diff)
downloadFreeBSD-ports-c820b37bacf474e164f5cbd248c44083f22e51bb.zip
FreeBSD-ports-c820b37bacf474e164f5cbd248c44083f22e51bb.tar.gz
Link some modules against libmytinfo to pick up a working tputs().
Noticed by: Klaus-Jürgen Wolf <kjwolf@online.de>
Diffstat (limited to 'lang/python20')
-rw-r--r--lang/python20/files/Setup4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python20/files/Setup b/lang/python20/files/Setup
index ab99f09..5eacd6f 100644
--- a/lang/python20/files/Setup
+++ b/lang/python20/files/Setup
@@ -116,7 +116,7 @@ signal signalmodule.c # signal(2)
# it, depending on your system -- see the GNU readline instructions.
# It's okay for this to be a shared library, too.
-readline readline.c -lreadline -ltermcap
+readline readline.c -lmytinfo -lreadline -ltermcap
# Modules that should always be present (non UNIX dependent):
@@ -307,7 +307,7 @@ syslog syslogmodule.c # syslog daemon interface
# -lncurses instead of -lcurses; on SunOS 4.1.3, insert -I/usr/5include
# -L/usr/5lib before -lcurses).
-curses cursesmodule.c -lncurses -ltermcap
+curses cursesmodule.c -lmytinfo -lncurses -ltermcap
OpenPOWER on IntegriCloud