Browse Source

* 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
early
Nagy Karoly Gabriel 18 years ago
parent
commit
fea1bef747
  1. 8
      kde/kdelibs/kdelibs.conf

8
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
}

Loading…
Cancel
Save