summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-01-28 20:53:23 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-01-29 00:18:59 +0100
commite0effca2fa74d987cc4634553ff8ab59a7ac977e (patch)
tree452dd7bce9c492b02982d80b6edc3dc075cee061 /kde-apps/cantor/files
parentkde-misc/kio-gdrive: Drop old (diff)
downloadgentoo-e0effca2fa74d987cc4634553ff8ab59a7ac977e.tar.gz
gentoo-e0effca2fa74d987cc4634553ff8ab59a7ac977e.tar.bz2
gentoo-e0effca2fa74d987cc4634553ff8ab59a7ac977e.zip
kde-apps/cantor: Drop 16.12.3
Closes: https://bugs.gentoo.org/619534 Package-Manager: Portage-2.3.20, Repoman-2.3.6
Diffstat (limited to 'kde-apps/cantor/files')
-rw-r--r--kde-apps/cantor/files/cantor-16.12.2-bashism.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/kde-apps/cantor/files/cantor-16.12.2-bashism.patch b/kde-apps/cantor/files/cantor-16.12.2-bashism.patch
deleted file mode 100644
index 424ca4d15aa4..000000000000
--- a/kde-apps/cantor/files/cantor-16.12.2-bashism.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/cmake/FindR.cmake b/cmake/FindR.cmake
-index 6303417..6494884 100644
---- a/cmake/FindR.cmake
-+++ b/cmake/FindR.cmake
-@@ -31,7 +31,7 @@ IF(R_EXECUTABLE)
- OUTPUT_VARIABLE R_INCLUDE_DIR)
- ELSE(WIN32)
- EXECUTE_PROCESS(
-- COMMAND ${R_EXECUTABLE} CMD sh -c "echo -n $R_INCLUDE_DIR"
-+ COMMAND ${R_EXECUTABLE} CMD sh -c "printf $R_INCLUDE_DIR"
- OUTPUT_VARIABLE R_INCLUDE_DIR)
- ENDIF(WIN32)
- ENDIF(NOT R_INCLUDE_DIR)