diff options
author | tnut <tnut at nutyx dot com> | 2011-04-11 13:37:10 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-04-11 13:37:10 +0200 |
commit | c2c7583fcc6bf88fbb03ec24c7b2d5a11b675728 (patch) | |
tree | 3439093092307f32f895b1f365fa430c10a5fb89 /kde/kdebase-workspace/kdebase-workspace-4.6.0-fix-MALLOC_CHECK.patch | |
parent | 0b59a35ca7958e4f0343f1cb9ab9449ead7b687c (diff) | |
download | nutyx-extra-c2c7583fcc6bf88fbb03ec24c7b2d5a11b675728.tar.gz nutyx-extra-c2c7583fcc6bf88fbb03ec24c7b2d5a11b675728.tar.bz2 nutyx-extra-c2c7583fcc6bf88fbb03ec24c7b2d5a11b675728.tar.xz nutyx-extra-c2c7583fcc6bf88fbb03ec24c7b2d5a11b675728.zip |
kdebase-workspace, maj 4.6.2-3
Diffstat (limited to 'kde/kdebase-workspace/kdebase-workspace-4.6.0-fix-MALLOC_CHECK.patch')
-rw-r--r-- | kde/kdebase-workspace/kdebase-workspace-4.6.0-fix-MALLOC_CHECK.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/kde/kdebase-workspace/kdebase-workspace-4.6.0-fix-MALLOC_CHECK.patch b/kde/kdebase-workspace/kdebase-workspace-4.6.0-fix-MALLOC_CHECK.patch deleted file mode 100644 index a0448a8ba..000000000 --- a/kde/kdebase-workspace/kdebase-workspace-4.6.0-fix-MALLOC_CHECK.patch +++ /dev/null @@ -1,23 +0,0 @@ -Index: startkde.cmake -=================================================================== ---- startkde.cmake (revision 1217283) -+++ startkde.cmake (revision 1217284) -@@ -36,18 +36,6 @@ - # we have to unset this for Darwin since it will screw up KDE's dynamic-loading - unset DYLD_FORCE_FLAT_NAMESPACE - --# Enable lightweight memory corruption checker if not already set --# -- this is for trunk only, we remove it for releases --if [ "x$MALLOC_CHECK_" = "x" ] && [ -x /lib/libc.so.6 ]; then -- # Extract the first two components of the version from the output. -- glibc_version=$(LC_ALL=C /lib/libc.so.6 | sed -e 's/[^0-9]*\([0-9]\.[0-9]\+\).*/\1/;s/\.\([0-9]\)$/.0\1/;q') -- -- MALLOC_CHECK_=2 # Default to 2 unless glibc 2.9 or higher. -- test $glibc_version \> 2.08 && MALLOC_CHECK_=3 -- -- export MALLOC_CHECK_ --fi -- - # in case we have been started with full pathname spec without being in PATH - bindir=`echo "$0" | sed -n 's,^\(/.*\)/[^/][^/]*$,\1,p'` - if [ -n "$bindir" ]; then |