diff options
| author | jtx <javier.arraiza@marker.es> | 2013-03-01 11:10:10 +0000 |
|---|---|---|
| committer | jtx <javier.arraiza@marker.es> | 2013-03-01 11:10:10 +0000 |
| commit | f8ce89080f35dfa5e79c6b695dba99d9067a4164 (patch) | |
| tree | 042f1e66dc6ade77a06532d991a44e8476a42cd3 /packaging | |
| parent | Update from branch (diff) | |
| parent | German translation update 100% (diff) | |
| download | inkscape-f8ce89080f35dfa5e79c6b695dba99d9067a4164.tar.gz inkscape-f8ce89080f35dfa5e79c6b695dba99d9067a4164.zip | |
Update from branch
(bzr r11950.3.4)
Diffstat (limited to 'packaging')
| -rwxr-xr-x | packaging/macosx/osx-build.sh | 4 |
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" |
