diff options
Diffstat (limited to 'source/l/imagemagick/imagemagick.SlackBuild')
-rwxr-xr-x | source/l/imagemagick/imagemagick.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/l/imagemagick/imagemagick.SlackBuild b/source/l/imagemagick/imagemagick.SlackBuild index 06435d52..21e77f53 100755 --- a/source/l/imagemagick/imagemagick.SlackBuild +++ b/source/l/imagemagick/imagemagick.SlackBuild @@ -23,7 +23,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=imagemagick -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # NOTE: This is to cope with ImageMagick version numbers such as 5.4.7-4, # which occur fairly often (but not always). If these numbers are all the same, @@ -118,6 +118,7 @@ CXXFLAGS="$SLKCFLAGS" \ --enable-hdri \ --enable-static=no \ --enable-shared \ + --with-fftw \ --with-gcc-arch=$ARCH \ --with-perl \ --with-perl-options="INSTALLDIRS=vendor" \ |