diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-04-06 01:23:28 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-04-06 01:24:57 +0200 |
commit | ed29e62fa20e94e2601da05749127fab941b2050 (patch) | |
tree | 0d74582af4e3cbbe2bcb46dc657a817d9fba1765 /app-office/calligra/files | |
parent | dev-python/enaml: 0.10.2 version bump (diff) | |
download | gentoo-ed29e62fa20e94e2601da05749127fab941b2050.tar.gz gentoo-ed29e62fa20e94e2601da05749127fab941b2050.tar.bz2 gentoo-ed29e62fa20e94e2601da05749127fab941b2050.zip |
app-office/calligra: Drop 3.0.1
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'app-office/calligra/files')
-rw-r--r-- | app-office/calligra/files/calligra-3.0.0-no-arch-detection.patch | 17 |
1 files changed, 0 insertions, 17 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 deleted file mode 100644 index 1c544e9277d2..000000000000 --- a/app-office/calligra/files/calligra-3.0.0-no-arch-detection.patch +++ /dev/null @@ -1,17 +0,0 @@ -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} ) - |