From fea1bef747c4616c5882e7d608806fad3c08b9fb Mon Sep 17 00:00:00 2001 From: Nagy Karoly Gabriel Date: Sun, 27 May 2007 22:41:01 +0000 Subject: [PATCH] * fixed kdelibs/arts clash with recent glib (>=2.9.1) http://techbase.kde.org/Getting_Started/Build/FAQ#.27Gslice.27_crash_messages_after_KDE_has_been_built_with_--enable-fast-malloc.3Dfull git-svn-id: svn://svn.opensde.net/opensde/package/trunk@21159 10447126-35f2-4685-b0cf-6dd780d3921f --- kde/kdelibs/kdelibs.conf | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/kde/kdelibs/kdelibs.conf b/kde/kdelibs/kdelibs.conf index 3742a66a7..b7b5985f2 100644 --- a/kde/kdelibs/kdelibs.conf +++ b/kde/kdelibs/kdelibs.conf @@ -1,7 +1,8 @@ -# --- T2-COPYRIGHT-NOTE-BEGIN --- +# --- SDE-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # -# T2 SDE: package/.../kdelibs/kdelibs.conf +# Filename: package/.../kdelibs/kdelibs.conf +# Copyright (C) 2007 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 1998 - 2004 Clifford Wolf # @@ -11,7 +12,7 @@ # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 2 of the License. A copy of the # GNU General Public License can be found in the file COPYING. -# --- T2-COPYRIGHT-NOTE-END --- +# --- SDE-COPYRIGHT-NOTE-END --- if [ "$SDECFG_PKG_KDE3_APIDOX" ] ; then echo_status "KDE library documentation will be generated." @@ -33,6 +34,7 @@ export KDEDIR PATH MANPATH export XDG_CONFIG_DIRS="\$XDG_CONFIG_DIRS\${XDG_CONFIG_DIRS:+:}$sysconfdir/xdg" export XDG_DATA_DIRS="\$XDG_DATA_DIRS\${XDG_DATA_DIRS:+:}$datadir" +export G_SLICE=always-malloc EOP }