diff options
Diffstat (limited to 'source/l/imagemagick/imagemagick.SlackBuild')
-rwxr-xr-x | source/l/imagemagick/imagemagick.SlackBuild | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/source/l/imagemagick/imagemagick.SlackBuild b/source/l/imagemagick/imagemagick.SlackBuild index 84277bac..aab17f3f 100755 --- a/source/l/imagemagick/imagemagick.SlackBuild +++ b/source/l/imagemagick/imagemagick.SlackBuild @@ -103,13 +103,6 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -# --without-modules seems to avoid a segfault when identifying -# or converting ps or eps files... - -# --disable-openmp seems to keep the perl Image::Magick from -# eating up all RAM, and may help other script bindings. - - CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ @@ -122,7 +115,6 @@ CXXFLAGS="$SLKCFLAGS" \ --with-frozenpaths=no \ --with-modules \ --disable-opencl \ - --disable-openmp \ --enable-hdri \ --enable-static=no \ --enable-shared \ |