This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit 42138b7ba136ceb635fdc0443bfb2cfbc3cdb75d Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Dec 2 20:53:46 2015 +0100 macbuild.sh: hotfix for needing MacPorts - bugfix/osx contains a more thorough fix, but backporting is not an option. --- macbuild.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/macbuild.sh b/macbuild.sh index c85701e..f663a18 100755 --- a/macbuild.sh +++ b/macbuild.sh @@ -99,6 +99,10 @@ pushd "${BUILD_DIR}" phase "Running lrelease" lrelease "${PROJECT}" + +# WILL BE REMOVED IN OTHER BRANCH - ONLY HERE FOR COMPAT REASONS +MACPORTS_PREFIX="/opt/local" + phase "Running qmake" qmake -config "${BUILD_MODE}" -spec macx-g++ "${PROJECT}" \ CONFIG+="${BUILD_ARCH}" \ -- Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git