Ticket #49203: patch-configure-qt4.diff

File patch-configure-qt4.diff, 435 bytes (added by robertoschwald (Robert Oschwald), 8 years ago)

Patch for configure to support MacPorts Qt4 when bacula_bat variant is active.

  • configure

    old new  
    2179221792
    2179321793BAT_DIR=
    2179421794if test x$support_bat = xyes; then
     21795   # by MacPorts patch
     21796   export QMAKE='/opt/local/libexec/qt4/bin/qmake'
     21797   export PKG_CONFIG_PATH='/opt/local/libexec/qt4/lib/pkgconfig'
     21798   # by MacPorts patch end
    2179521799   abc=`$PKGCONFIG --atleast-version=4.2 QtGui`
    2179621800   pkg=$?
    2179721801   if test $pkg = 0; then