diff options
| author | su_v <suv-sf@users.sourceforge.net> | 2013-02-28 10:15:08 +0000 |
|---|---|---|
| committer | ~suv <suv-sf@users.sourceforge.net> | 2013-02-28 10:15:08 +0000 |
| commit | 57a3b769b26125e0601eef091a65f165feb21297 (patch) | |
| tree | 9ab7bcd4b5271424fd63ba8636f8316544a0f853 /packaging | |
| parent | Use pkg-config for libexif detection (diff) | |
| download | inkscape-57a3b769b26125e0601eef091a65f165feb21297.tar.gz inkscape-57a3b769b26125e0601eef091a65f165feb21297.zip | |
packaging/macosx: disable OpenMP support for default builds
(see Bug #984836: OpenMP-support with Apple's old GCC version (4.2.1) is unstable)
(bzr r12160)
Diffstat (limited to 'packaging')
| -rwxr-xr-x | packaging/macosx/osx-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/macosx/osx-build.sh b/packaging/macosx/osx-build.sh index 6c238c09a..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 |
