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 }