default_pre_build   &&
cd $SOURCE_DIRECTORY &&
sed -i -e '/cmake_min/s/2.6/3.0/;/find/s/PythonLibrary/PythonInterp 2.7/' \
       -e '/REQUIRED_PY/,/SHORT/D' CMakeLists.txt
# upstream patch for qt5.5
if [[ $TELQT_SVN == n ]];then
 patch  -p1 < $SPELL_DIRECTORY/qt55.diff
fi
