diff options
author | Marius Kintel <marius@kintel.net> | 2011-08-02 15:42:24 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-08-02 15:42:24 (GMT) |
commit | daebff80c7cfbdddccbad43557a38b2fe27136e2 (patch) | |
tree | 422de77bc714063c4977cb71150d590efdee50a0 | |
parent | cdb62b116ff358cd9720798c5262af65f8c82cd5 (diff) |
Apply FBO patch to OpenCSG
-rwxr-xr-x | scripts/macosx-build-dependencies.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/macosx-build-dependencies.sh b/scripts/macosx-build-dependencies.sh index 0c2f456..d06c90e 100755 --- a/scripts/macosx-build-dependencies.sh +++ b/scripts/macosx-build-dependencies.sh @@ -153,6 +153,7 @@ build_opencsg() curl -O http://www.opencsg.org/OpenCSG-$version.tar.gz tar xzf OpenCSG-$version.tar.gz cd OpenCSG-$version + patch -p1 < $OPENSCADDIR/patches/OpenCSG-$version-FBO.patch patch -p1 < $OPENSCADDIR/patches/OpenCSG-$version-MacOSX-port.patch MACOSX_DEPLOY_DIR=$DEPLOYDIR qmake -r CONFIG+="x86 x86_64" make install |