default_pre_build  &&
cd  $SOURCE_DIRECTORY  &&

# fix compilation issue of 4.1.x version with apr-util
# see http://bugs.kde.org/show_bug.cgi?id=161005
if [[ ${KDE_VER} == stable ]];then
    patch -p0 < $SPELL_DIRECTORY/kdesdk-findsvn.patch
fi
