mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
Closes: https://bugs.gentoo.org/950584 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
12 lines
786 B
Diff
12 lines
786 B
Diff
--- a/BuildTools/SCons/SConscript.boot
|
|
+++ b/BuildTools/SCons/SConscript.boot
|
|
@@ -64,7 +64,7 @@
|
|
vars.Add(PathVariable("expat_includedir", "Expat headers location", None, PathVariable.PathAccept))
|
|
vars.Add(PathVariable("expat_libdir", "Expat library location", None, PathVariable.PathAccept))
|
|
vars.Add("expat_libname", "Expat library name", os.name == "nt" and "libexpat" or "expat")
|
|
-vars.Add(PackageVariable("icu", "ICU library location", "no"))
|
|
+vars.Add(PackageVariable("icu", "ICU library location", "search"))
|
|
vars.Add(BoolVariable("libidn_bundled_enable", "Allow use of bundled LibIDN", "true"))
|
|
vars.Add(BoolVariable("try_libidn", "Try configuring for LibIDN?", "true"))
|
|
vars.Add(PathVariable("libidn_includedir", "LibIDN headers location", None, PathVariable.PathAccept))
|