summaryrefslogtreecommitdiff
path: root/dev-util/cmake/files/cmake-2.8.11.2-hppa-bootstrap.patch
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2014-05-06 14:23:55 +0200
committerJohannes Huber <johu@gentoo.org>2014-05-06 14:23:55 +0200
commit1ba36b9dead51008e9fb3f0eccb53ebdb7ac9bd5 (patch)
tree140ef6ba35761cff0d594a0be7a55d7696b077b4 /dev-util/cmake/files/cmake-2.8.11.2-hppa-bootstrap.patch
parentc55f2eea3ba237603a00cea16ddd712b4d0015be (diff)
downloadkde-1ba36b9dead51008e9fb3f0eccb53ebdb7ac9bd5.tar.gz
kde-1ba36b9dead51008e9fb3f0eccb53ebdb7ac9bd5.tar.bz2
kde-1ba36b9dead51008e9fb3f0eccb53ebdb7ac9bd5.zip
[dev-util/cmake] Moved to tree
Package-Manager: portage-2.2.10
Diffstat (limited to 'dev-util/cmake/files/cmake-2.8.11.2-hppa-bootstrap.patch')
-rw-r--r--dev-util/cmake/files/cmake-2.8.11.2-hppa-bootstrap.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-util/cmake/files/cmake-2.8.11.2-hppa-bootstrap.patch b/dev-util/cmake/files/cmake-2.8.11.2-hppa-bootstrap.patch
deleted file mode 100644
index 9928e148882..00000000000
--- a/dev-util/cmake/files/cmake-2.8.11.2-hppa-bootstrap.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/CompileFlags.cmake
-+++ b/CompileFlags.cmake
-@@ -66,5 +66,5 @@
- # avoid binutils problem with large binaries, e.g. when building CMake in debug mode
- # See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50230
- if (CMAKE_SYSTEM_NAME STREQUAL Linux AND CMAKE_SYSTEM_PROCESSOR STREQUAL parisc)
-- set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -Wl,--unique=.text.*")
-+ set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -Wl,--unique=.text._*")
- endif ()
---- a/bootstrap
-+++ b/bootstrap
-@@ -691,7 +691,7 @@
- # avoid binutils problem with large binaries, e.g. when building CMake in debug mode
- # See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50230
- if ${cmake_machine_parisc}; then
-- cmake_ld_flags="${LDFLAGS} -Wl,--unique=.text.*"
-+ cmake_ld_flags="${LDFLAGS} -Wl,--unique=.text._*"
- fi
- fi
-