FreeBSD Bugzilla – Attachment 161512 Details for
Bug 198658
devel/boost-libs: libboost_locale.so fails to link libiconv if installed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to disable use of iconv when the ICU option is disabled
boost-libs-iconv.patch (text/plain), 886 bytes, created by
Don Lewis
on 2015-09-29 01:50:57 UTC
(
hide
)
Description:
patch to disable use of iconv when the ICU option is disabled
Filename:
MIME Type:
Creator:
Don Lewis
Created:
2015-09-29 01:50:57 UTC
Size:
886 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 398065) >+++ Makefile (working copy) >@@ -2,10 +2,10 @@ > # $FreeBSD$ > > PORTNAME= boost-libs >+PORTREVISION= 9 >+ > COMMENT= Free portable C++ libraries (without Boost.Python) > >-PORTREVISION= 8 >- > BUILD_DEPENDS+= bjam:${PORTSDIR}/devel/boost-jam > > OPTIONS_DEFINE= VERBOSE_BUILD DEBUG ICU OPTIMIZED_CFLAGS >@@ -14,9 +14,11 @@ > ICU_DESC= Boost.Regex with ICU unicode support > > ICU_LIB_DEPENDS= libicuuc.so:${PORTSDIR}/devel/icu >-ICU_VARS= BJAM_ARGS+=-sICU_PATH=${LOCALBASE} >+ICU_VARS= BJAM_ARGS+=boost.locale.iconv=off \ >+ BJAM_ARGS+=-sICU_PATH=${LOCALBASE} > ICU_USES_OFF= iconv >-ICU_VARS_OFF= BJAM_ARGS+=-sICONV_PATH=${ICONV_PREFIX} >+ICU_VARS_OFF= BJAM_ARGS+=boost.locale.icu=off \ >+ BJAM_ARGS+-sICONV_PATH=${ICONV_PREFIX} > > .include "${.CURDIR}/../boost-all/common.mk" >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 198658
:
161512
|
161519
|
161627