Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 865527 | Differences between
and this patch

Collapse All | Expand All

(-)a/libs/locale/build/Jamfile.v2 (-2 / +2 lines)
Lines 82-89 ICU_LINK ?= [ modules.peek : ICU_LINK_LOCALE ] ; Link Here
82
82
83
if $(ICU_LINK)
83
if $(ICU_LINK)
84
{
84
{
85
    ICU_OPTS = <include>$(icu-path)/include <linkflags>$(ICU_LINK) <dll-path>$(icu-path)/bin <runtime-link>shared ;
85
    ICU_OPTS = <include>$(icu_path)/include <linkflags>$(ICU_LINK) <runtime-link>shared ;
86
    ICU64_OPTS = <include>$(icu-path)/include <linkflags>$(ICU_LINK) <dll-path>$(icu-path)/bin64 <runtime-link>shared ;
86
    ICU64_OPTS = <include>$(icu_path)/include <linkflags>$(ICU_LINK) <runtime-link>shared ;
87
} else
87
} else
88
{
88
{
89
    searched-lib icuuc : :  <name>icuuc
89
    searched-lib icuuc : :  <name>icuuc

Return to bug 865527