svn commit: r398027 - head/devel/boost-libs

Jan Beich jbeich at FreeBSD.org
Sun Sep 27 10:40:50 UTC 2015


Don Lewis <truckman at FreeBSD.org> writes:

> Modified: head/devel/boost-libs/Makefile
> ==============================================================================
> --- head/devel/boost-libs/Makefile	Sun Sep 27 08:31:28 2015	(r398026)
> +++ head/devel/boost-libs/Makefile	Sun Sep 27 08:33:59 2015	(r398027)
> @@ -13,6 +13,9 @@ OPTIONS_DEFAULT=	ICU
>  VERBOSE_BUILD_DESC=	Show compiler messages
>  ICU_DESC=		Boost.Regex with ICU unicode support
>  
> +ICU_LIB_DEPENDS=	libicuuc.so:${PORTSDIR}/devel/icu
> +ICU_USES_OFF=		iconv

Why not move BJAM_ARGS here as well?

  ICU_VARS=              BJAM_ARGS+=-sICU_PATH=${LOCALBASE}
  ICU_VARS_OFF=          BJAM_ARGS+=-sICONV_PATH=${ICONV_PREFIX}

For more complete fix see https://reviews.freebsd.org/D3739
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 602 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20150927/2182454f/attachment.bin>


More information about the svn-ports-all mailing list