mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
app-text/kbibtex: Fix build w/ ICU-75
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
11
app-text/kbibtex/files/kbibtex-0.10.0-cxx17.patch
Normal file
11
app-text/kbibtex/files/kbibtex-0.10.0-cxx17.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -10,7 +10,7 @@
|
||||
LANGUAGES CXX
|
||||
)
|
||||
|
||||
-set(CMAKE_CXX_STANDARD 11)
|
||||
+set(CMAKE_CXX_STANDARD 17)
|
||||
set(QT_MIN_VERSION 5.9.0)
|
||||
# Somewhat arbitrary chosen version number ...
|
||||
set(KF5_MIN_VERSION 5.51)
|
||||
@@ -60,6 +60,8 @@ DEPEND="${COMMON_DEPEND}
|
||||
>=dev-qt/qtconcurrent-${QTMIN}:5
|
||||
"
|
||||
|
||||
PATCHES=( "${FILESDIR}"/${P}-cxx17.patch )
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DCMAKE_DISABLE_FIND_PACKAGE_Qt5WebKitWidgets=ON
|
||||
|
||||
Reference in New Issue
Block a user