summaryrefslogtreecommitdiff
path: root/dev-util/cmake/files/cmake-2.6.3-darwin-bundle.patch
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2012-01-22 17:33:39 +0100
committerJohannes Huber <johu@gentoo.org>2012-01-22 17:33:39 +0100
commitd0990baadb44665630f0447c8f7beaeb5ee6a77a (patch)
tree65ab39b9978fb011b885484142a68489c7abd72f /dev-util/cmake/files/cmake-2.6.3-darwin-bundle.patch
parent4ef2eec1a7cbd2c3635d36eecdf8ffcc6e2d249f (diff)
downloadkde-d0990baadb44665630f0447c8f7beaeb5ee6a77a.tar.gz
kde-d0990baadb44665630f0447c8f7beaeb5ee6a77a.tar.bz2
kde-d0990baadb44665630f0447c8f7beaeb5ee6a77a.zip
[dev-util/cmake] Remove patched version to use eselected boost. Latest boost is wanted see bug 335108 resolution.
(Portage version: 2.2.0_alpha84/git/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-util/cmake/files/cmake-2.6.3-darwin-bundle.patch')
-rw-r--r--dev-util/cmake/files/cmake-2.6.3-darwin-bundle.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-util/cmake/files/cmake-2.6.3-darwin-bundle.patch b/dev-util/cmake/files/cmake-2.6.3-darwin-bundle.patch
deleted file mode 100644
index 6ee9b709dff..00000000000
--- a/dev-util/cmake/files/cmake-2.6.3-darwin-bundle.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-Don't use .so for modules on darwin/macos. Use .bundle instead.
-Patch by Heiko Przybyl
-
---- Modules/Platform/Darwin.cmake
-+++ Modules/Platform/Darwin.cmake
-@@ -23,7 +23,7 @@
- SET(CMAKE_SHARED_LIBRARY_PREFIX "lib")
- SET(CMAKE_SHARED_LIBRARY_SUFFIX ".dylib")
- SET(CMAKE_SHARED_MODULE_PREFIX "lib")
--SET(CMAKE_SHARED_MODULE_SUFFIX ".so")
-+SET(CMAKE_SHARED_MODULE_SUFFIX ".bundle")
- SET(CMAKE_MODULE_EXISTS 1)
- SET(CMAKE_DL_LIBS "")
-
-@@ -45,7 +45,7 @@
- SET(CMAKE_SHARED_MODULE_CREATE_C_FLAGS "-bundle -headerpad_max_install_names")
- SET(CMAKE_SHARED_MODULE_LOADER_C_FLAG "-Wl,-bundle_loader,")
- SET(CMAKE_SHARED_MODULE_LOADER_CXX_FLAG "-Wl,-bundle_loader,")
--SET(CMAKE_FIND_LIBRARY_SUFFIXES ".dylib" ".so" ".a")
-+SET(CMAKE_FIND_LIBRARY_SUFFIXES ".dylib" ".bundle" ".a")
-
- # hack: if a new cmake (which uses CMAKE_INSTALL_NAME_TOOL) runs on an old build tree
- # (where install_name_tool was hardcoded) and where CMAKE_INSTALL_NAME_TOOL isn't in the cache