summaryrefslogtreecommitdiff
path: root/app-text/kbibtex/files
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/kbibtex/files')
-rw-r--r--app-text/kbibtex/files/kbibtex-0.10.0-cxx17.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/app-text/kbibtex/files/kbibtex-0.10.0-cxx17.patch b/app-text/kbibtex/files/kbibtex-0.10.0-cxx17.patch
new file mode 100644
index 000000000000..33fb8ebb4542
--- /dev/null
+++ b/app-text/kbibtex/files/kbibtex-0.10.0-cxx17.patch
@@ -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)