From b1d08813d515cdd86192da974fcb29396624c780 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 4 May 2011 12:56:14 +0200 Subject: add new package cmake --- package/cmake/patches/patch-Tests_SubDirSpaces_Executable | 0 package/cmake/patches/patch-bootstrap | 11 +++++++++++ 2 files changed, 11 insertions(+) create mode 100644 package/cmake/patches/patch-Tests_SubDirSpaces_Executable create mode 100644 package/cmake/patches/patch-bootstrap (limited to 'package/cmake/patches') 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 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" -- cgit v1.2.3