summaryrefslogtreecommitdiffstats
path: root/packaging/macosx
diff options
context:
space:
mode:
authorjtx <javier.arraiza@marker.es>2013-03-01 11:10:10 +0000
committerjtx <javier.arraiza@marker.es>2013-03-01 11:10:10 +0000
commitf8ce89080f35dfa5e79c6b695dba99d9067a4164 (patch)
tree042f1e66dc6ade77a06532d991a44e8476a42cd3 /packaging/macosx
parentUpdate from branch (diff)
parentGerman translation update 100% (diff)
downloadinkscape-f8ce89080f35dfa5e79c6b695dba99d9067a4164.tar.gz
inkscape-f8ce89080f35dfa5e79c6b695dba99d9067a4164.zip
Update from branch
(bzr r11950.3.4)
Diffstat (limited to 'packaging/macosx')
-rwxr-xr-xpackaging/macosx/osx-build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/macosx/osx-build.sh b/packaging/macosx/osx-build.sh
index 7e7a74ed4..5281e70c6 100755
--- a/packaging/macosx/osx-build.sh
+++ b/packaging/macosx/osx-build.sh
@@ -21,7 +21,7 @@
# User modifiable parameters
#----------------------------------------------------------
# Configure flags
-CONFFLAGS="--enable-osxapp"
+CONFFLAGS="--disable-openmp --enable-osxapp"
# Libraries prefix (Warning: NO trailing slash)
LIBPREFIX="/opt/local"
# User name on Modevia
@@ -252,7 +252,7 @@ then
make distclean
fi
fi
- ./autogen.sh
+ export NOCONFIGURE=true && ./autogen.sh
status=$?
if [[ $status -ne 0 ]]; then
echo -e "\nautogen failed"