Sunday, December 30, 2018

Re: update/fix: devel/boost

On 2018/12/30 19:05, Rafael Sadowski wrote:
> +Index: tools/build/src/engine/Jambase
> +--- tools/build/src/engine/Jambase.orig
> ++++ tools/build/src/engine/Jambase
> +@@ -51,7 +51,7 @@ BOOST_BUILD_PATH.user-value = $(BOOST_BUILD_PATH) ;
> + # Policy.
> + if ! $(BOOST_BUILD_PATH) && $(UNIX)
> + {
> +- BOOST_BUILD_PATH = /usr/share/boost-build ;
> ++ BOOST_BUILD_PATH = ${LOCALBASE}/share/boost-build ;

from bsd.port.mk(5) :

LOCALBASE
where other ports have already been installed. Default: /usr/local.

PREFIX Base directory for the current port installation.

this refers to "current port" so should be prefix.

No comments:

Post a Comment