diff options
Diffstat (limited to 'kde-apps/rocs/files/rocs-16.04.3-qt57.patch')
-rw-r--r-- | kde-apps/rocs/files/rocs-16.04.3-qt57.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/kde-apps/rocs/files/rocs-16.04.3-qt57.patch b/kde-apps/rocs/files/rocs-16.04.3-qt57.patch deleted file mode 100644 index bd2c020ad48..00000000000 --- a/kde-apps/rocs/files/rocs-16.04.3-qt57.patch +++ /dev/null @@ -1,28 +0,0 @@ -From a3194c96250e4325c6af9b75a36d09516fe82420 Mon Sep 17 00:00:00 2001 -From: Heiko Becker <heirecka@exherbo.org> -Date: Tue, 21 Jun 2016 11:29:51 +0200 -Subject: [PATCH] Pass -fext-numeric-literals to fix the build with Qt 5.7 - -Otherwise I get "error: unable to find numeric literal operator -'operator""Q' BOOST_DEFINE_MATH_CONSTANT(half, 5.000000000000000..." - -REVIEW: 128275 ---- - CMakeLists.txt | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 8e2c4e8..5fec78a 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -70,6 +70,7 @@ include_directories( - ${Boost_INCLUDE_DIRS} - ) - -+add_definitions(-fext-numeric-literals) - add_definitions(-DQT_NO_CAST_TO_ASCII) - add_definitions(-DQT_NO_URL_CAST_FROM_STRING) - remove_definitions(-DQT_NO_CAST_FROM_ASCII) --- -2.7.3 - |