mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
dev-cpp/abseil-cpp: 20250814.1 pass DEBUG/NDEBUG
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44225 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
cc73f703f4
commit
ba009344fb
@ -5,7 +5,7 @@ EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..13} )
|
||||
|
||||
inherit cmake-multilib python-any-r1
|
||||
inherit cmake-multilib flag-o-matic python-any-r1
|
||||
|
||||
DESCRIPTION="Abseil Common Libraries (C++), LTS Branch"
|
||||
HOMEPAGE="https://abseil.io/"
|
||||
@ -21,7 +21,7 @@ SLOT="0/${PV:2:4}.$(ver_cut 2).0"
|
||||
# SLOT="0/${PV:2:4}.0.0"
|
||||
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos"
|
||||
IUSE="test test-helpers"
|
||||
IUSE="debug test test-helpers"
|
||||
|
||||
RDEPEND="
|
||||
test? (
|
||||
@ -63,6 +63,8 @@ src_prepare() {
|
||||
}
|
||||
|
||||
multilib_src_configure() {
|
||||
append-cxxflags $(usex debug '-DDEBUG' '-DNDEBUG')
|
||||
|
||||
local mycmakeargs=(
|
||||
-DABSL_ENABLE_INSTALL="yes"
|
||||
-DABSL_USE_EXTERNAL_GOOGLETEST="yes"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user