summaryrefslogtreecommitdiff
path: root/package/cmake/patches
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-05-04 12:56:14 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-05-04 12:56:14 +0200
commitb1d08813d515cdd86192da974fcb29396624c780 (patch)
tree68307be7fe9400dc25ce5c82e531626c2250ec9f /package/cmake/patches
parent0f90e70e9f8a12cb05ae050e806b333b9b1ab59c (diff)
add new package cmake
Diffstat (limited to 'package/cmake/patches')
-rw-r--r--package/cmake/patches/patch-Tests_SubDirSpaces_Executable0
-rw-r--r--package/cmake/patches/patch-bootstrap11
2 files changed, 11 insertions, 0 deletions
diff --git a/package/cmake/patches/patch-Tests_SubDirSpaces_Executable b/package/cmake/patches/patch-Tests_SubDirSpaces_Executable
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/package/cmake/patches/patch-Tests_SubDirSpaces_Executable
diff --git a/package/cmake/patches/patch-bootstrap b/package/cmake/patches/patch-bootstrap
new file mode 100644
index 000000000..756b6a2b7
--- /dev/null
+++ b/package/cmake/patches/patch-bootstrap
@@ -0,0 +1,11 @@
+--- cmake-2.8.4.orig/bootstrap 2011-02-15 18:47:26.000000000 +0100
++++ cmake-2.8.4/bootstrap 2011-05-04 12:52:48.781551109 +0200
+@@ -144,7 +144,7 @@ if ${cmake_system_mingw}; then
+ elif ${cmake_system_haiku}; then
+ cmake_default_prefix=`/bin/finddir B_COMMON_DIRECTORY`
+ else
+- cmake_default_prefix="/usr/local"
++ cmake_default_prefix="/usr"
+ fi
+
+ CMAKE_KNOWN_C_COMPILERS="cc gcc xlc icc tcc"