default_pre_build        &&
cd  "$SOURCE_DIRECTORY"  &&
patch -p0 <<EOT          &&
--- configure.orig	2015-02-13 13:32:08.859414154 +0100
+++ configure	2015-02-13 13:33:06.921688275 +0100
@@ -2363,7 +2363,9 @@
 
 
 # Standard installation base dirs.
-ac_with_paths="/usr /usr/local"
+# Do not override $PATH (/usr/bin/qt4)!
+#ac_with_paths="/usr /usr/local"
+ac_with_paths=""
 
 ac_qtdirs="qt"
 
EOT

if [[ $QJCTL_VCS == y ]]
then
  #
  # prepare cvs version build
  #
  make -f Makefile.cvs
fi
