default_pre_build                                                                      &&
cd  ${SOURCE_DIRECTORY}                                                                &&
sedit  "s/grep fileutils/grep 'Free Software Foundation'/"  ./configure                &&
CFLAGS="${CFLAGS//-O3/-O2}"                                                            &&
sedit  "s/-O2/$CFLAGS/"  tmake/lib/linux-g++/tmake.conf                                &&
sedit  "s/\$(QTDIR)\/include/\$(QTDIR)\/include\/qt/"  tmake/lib/linux-g++/tmake.conf  &&
sedit  "s:man/man1:share/man/man1:"  Makefile.in  &&

source  "$GRIMOIRE/is_depends_enabled.function"  &&

if  is_depends_enabled  $SPELL  qt-x11;  then
  if  [[  -z  $QTDIR  ]];  then
    source  $INSTALL_ROOT/etc/profile.d/qt.sh
  fi
fi
