Ticket #49203: patch-configure-qt4.diff
File patch-configure-qt4.diff, 435 bytes (added by robertoschwald (Robert Oschwald), 9 years ago) |
---|
-
configure
old new 21792 21792 21793 21793 BAT_DIR= 21794 21794 if 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 21795 21799 abc=`$PKGCONFIG --atleast-version=4.2 QtGui` 21796 21800 pkg=$? 21797 21801 if test $pkg = 0; then