diff options
author | schmonz <schmonz> | 2007-05-23 04:20:36 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2007-05-23 04:20:36 +0000 |
commit | 80161ffabdfd7a6e5ab1cc01e8ea79d6e2b97574 (patch) | |
tree | 9ddb809acd0fcdc42d6ce3210735526fd195874b /devel/bmake | |
parent | 0adf1dbb76fd62bbd2b902050c939ace3f4f8925 (diff) | |
download | pkgsrc-80161ffabdfd7a6e5ab1cc01e8ea79d6e2b97574.tar.gz |
tnftp means to link with its own libedit, but on OS X the linker's
search order means that the system libedit gets found first. This
hasn't been much of a problem until now, but the system libedit
lacks support for Apple's 64-bit architectures, which breaks the
Universal build. Therefore, force linking with tnftp's internal
libedit by replacing "-ledit" in ${LIBS} with "../libedit/libedit.a".
Workaround suggested by tls.
Diffstat (limited to 'devel/bmake')
0 files changed, 0 insertions, 0 deletions