diff options
author | mat <mat@FreeBSD.org> | 2016-09-08 22:12:55 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-09-08 22:12:55 +0800 |
commit | b290bbd9ed4de7d873418bd8e01103170a97818c (patch) | |
tree | 06fd2b7e5751476edbecc25e504c479fdc8fe9e4 /astro/kstars | |
parent | 172dd5fed650faffc6f5dc3c5f7e25f888bb4381 (diff) | |
download | freebsd-ports-gnome-b290bbd9ed4de7d873418bd8e01103170a97818c.tar.gz freebsd-ports-gnome-b290bbd9ed4de7d873418bd8e01103170a97818c.tar.zst freebsd-ports-gnome-b290bbd9ed4de7d873418bd8e01103170a97818c.zip |
Fix ncurses to not add /usr/lib to rpath.
There are three cases here:
1) USES=ncurses or USES=ncurses:base and devel/ncurses is not present:
use base, no need to add rpath as there is only one libncurses.so
present, in /usr/lib
2) USES=ncurses and devel/ncurses is present or USES=ncurses:port: use
ports, and add rpath to LOCALBASE/lib so that the right one is picked
3) USES=ncurses:base and devel/ncurses is present fail (it would warrant
using -rpath /usr/lib, but it error's out during the sanity stage)
PR: 211592
Reported by: koobs (and many others)
Reviewed by: bapt
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D7459
Diffstat (limited to 'astro/kstars')
0 files changed, 0 insertions, 0 deletions