ports/sysutils/bacula2-server/files/patch-src-qt-console-build-depkgs-qt-console
Wesley Shields 6ab390b54b - Reintroduce bacula2.x as sysutils/bacula2-server and sysutils/bacula2-client
- The 3.x line of bacula does not work with 2.x so these ports exist for
  those who can not upgrade to 3.x. Besides security/infrastructure fixes
  this port is not likely to see any functional upgrades.
- The bacula-*-devel ports will be updated to a 3.1 release when it
  is available.

PR:		ports/135580
Submitted by:	Vaclav Haisman <v.haisman@sh.cvut.cz>
Approved by:	dvl (old maintainer)
Thanks to:	miwi for build-testing
2009-06-15 18:17:17 +00:00

11 lines
546 B
Text

--- src/qt-console/build-depkgs-qt-console.orig Sat Sep 15 12:11:32 2007
+++ src/qt-console/build-depkgs-qt-console Sat Sep 15 12:11:32 2007
@@ -147,7 +147,7 @@
echo " INSTALLBASE = ${TOP_DIR}/qwt" >>${TOP_DIR}/depkgs/qwt-5.0.2/qwtconfig.pri
echo "}" >>${TOP_DIR}/depkgs/qwt-5.0.2/qwtconfig.pri
cat ${TOP_DIR}/qwtconfig.pri >>${TOP_DIR}/depkgs/qwt-5.0.2/qwtconfig.pri
- qmake >make.log
+ ${QMAKE} >make.log
do_make Makefile >>make.log
do_make Makefile install >>make.log
echo "In case of problems see: `pwd`/make.log"