From 552bfb09a05327aaaeb14766984b3258345bd234 Mon Sep 17 00:00:00 2001
From: Joe Garcia <joe.garcia@ssec.wisc.edu>
Date: Thu, 8 Oct 2015 00:08:04 -0500
Subject: [PATCH] qt4dir on mac

---
 ShellB3/shallbethree.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ShellB3/shallbethree.sh b/ShellB3/shallbethree.sh
index 2184cf5e..3ed76016 100755
--- a/ShellB3/shallbethree.sh
+++ b/ShellB3/shallbethree.sh
@@ -3186,7 +3186,7 @@ mk_sip() {
 
 mk_pyqt4() { 
   resume_tracker && return 0
-  _find_cots QT4DIR bin/qmake $BASE $QT4DIR /sw/lib/qt4-mac /sw/lib/qt4-x11 /usr/lib64/qt4 /usr/lib/qt4 /opt/local /usr || \
+  _find_cots QT4DIR bin/qmake $BASE $QT4DIR /sw/lib/qt4-mac /sw/lib/qt4-x11 /usr/lib64/qt4 /usr/lib/qt4 /opt/local /opt/local/libexec/qt4 /usr || \
       isDarwin || oops "This requires QT4 development tools. Set QT4DIR to location of QT4 such that $QT4DIR/bin/qmake exists. On RHEL this is probably /usr/lib64/qt4"
   [ -z "${QT4DIR}" ] && return 0 #this should have failed on the prior line if we wanted this
   [ ${CPUTYPE} != ${REALCPUTYPE} ] && unset QT4DIR && return 0
-- 
GitLab