diff options
author | tg <tg@FreeBSD.org> | 1999-06-18 19:42:21 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1999-06-18 19:42:21 +0800 |
commit | c820b37bacf474e164f5cbd248c44083f22e51bb (patch) | |
tree | 314d74b16e5305561a93970312cd33eecad1d5d2 /lang/python32/files | |
parent | c1edcb915b6d005699d3ce1fe8ebd42577695ffb (diff) | |
download | freebsd-ports-gnome-c820b37bacf474e164f5cbd248c44083f22e51bb.tar.gz freebsd-ports-gnome-c820b37bacf474e164f5cbd248c44083f22e51bb.tar.zst freebsd-ports-gnome-c820b37bacf474e164f5cbd248c44083f22e51bb.zip |
Link some modules against libmytinfo to pick up a working tputs().
Noticed by: Klaus-Jürgen Wolf <kjwolf@online.de>
Diffstat (limited to 'lang/python32/files')
-rw-r--r-- | lang/python32/files/Setup | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python32/files/Setup b/lang/python32/files/Setup index ab99f09c16a5..5eacd6f2b60f 100644 --- a/lang/python32/files/Setup +++ b/lang/python32/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 |