diff options
Diffstat (limited to 'dev-libs/FXdiv')
-rw-r--r-- | dev-libs/FXdiv/FXdiv-2020.12.09-r1.ebuild (renamed from dev-libs/FXdiv/FXdiv-2020.12.09.ebuild) | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/dev-libs/FXdiv/FXdiv-2020.12.09.ebuild b/dev-libs/FXdiv/FXdiv-2020.12.09-r1.ebuild index b55cbcd18709..454495945d21 100644 --- a/dev-libs/FXdiv/FXdiv-2020.12.09.ebuild +++ b/dev-libs/FXdiv/FXdiv-2020.12.09-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -26,6 +26,14 @@ PATCHES=( "${FILESDIR}"/${P}-gentoo.patch ) +src_prepare() { + cmake_src_prepare + + # >=dev-cpp/gtest-1.13.0 requires C++14 standard or later + sed -i -e 's/CXX_STANDARD 11/CXX_STANDARD 14/g' \ + CMakeLists.txt || die "sed failed" +} + src_configure() { local mycmakeargs=( -DFXDIV_BUILD_BENCHMARKS=OFF |