mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 23:28:08 -07:00
meson.eclass: add workaround for broken boost detection
Bug: https://bugs.gentoo.org/721786 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
@@ -366,6 +366,10 @@ meson_src_configure() {
|
||||
# https://bugs.gentoo.org/625396
|
||||
python_export_utf8_locale
|
||||
|
||||
# https://bugs.gentoo.org/721786
|
||||
local -x BOOST_INCLUDEDIR="${BOOST_INCLUDEDIR-${EPREFIX}/usr/include}"
|
||||
local -x BOOST_LIBRARYDIR="${BOOST_LIBRARYDIR-${EPREFIX}/usr/$(get_libdir)}"
|
||||
|
||||
(
|
||||
# https://bugs.gentoo.org/720860
|
||||
if ver_test "$(meson --version)" -lt "0.54"; then
|
||||
|
||||
Reference in New Issue
Block a user