summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-12-23 09:47:31 +0100
committerJohannes Huber <johu@gentoo.org>2016-12-23 09:47:45 +0100
commitc4f7e87f3823e24991136f7570359fb99b4c9adb (patch)
treeb34d7ba1293105fb3a972cd252f38308d6802b31 /app-office/calligra/files
parentprofiles: Add calligra experimental features use expand (diff)
downloadgentoo-c4f7e87f3823e24991136f7570359fb99b4c9adb.tar.gz
gentoo-c4f7e87f3823e24991136f7570359fb99b4c9adb.tar.bz2
gentoo-c4f7e87f3823e24991136f7570359fb99b4c9adb.zip
app-office/calligra: Version bump 3.0.0
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-office/calligra/files')
-rw-r--r--app-office/calligra/files/calligra-3.0.0-no-arch-detection.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/app-office/calligra/files/calligra-3.0.0-no-arch-detection.patch b/app-office/calligra/files/calligra-3.0.0-no-arch-detection.patch
new file mode 100644
index 000000000000..1c544e9277d2
--- /dev/null
+++ b/app-office/calligra/files/calligra-3.0.0-no-arch-detection.patch
@@ -0,0 +1,17 @@
+Avoid automagic CXXFLAG detection courtesy of dev-libs/vc.
+
+Gentoo-bug: 584118
+
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -617,10 +617,6 @@
+ endif()
+ endmacro()
+
+- if (NOT PACKAGERS_BUILD)
+- # Optimize the whole Calligra for current architecture
+- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${Vc_DEFINITIONS}")
+- endif ()
+ endif()
+ set(CMAKE_MODULE_PATH ${OLD_CMAKE_MODULE_PATH} )
+