imagemagick: disbale lzma support
authorHauke Mehrtens <hauke@hauke-m.de>
Fri, 21 Feb 2014 21:14:00 +0000 (21:14 +0000)
committerHauke Mehrtens <hauke@hauke-m.de>
Fri, 21 Feb 2014 21:14:00 +0000 (21:14 +0000)
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 39661

multimedia/imagemagick/Makefile

index 28a6bff00a089c53d2521c1f5a003fbf30e2e9cd..4d86596799d07b63e83ac245c3a8a1b6b6965370 100644 (file)
@@ -94,7 +94,8 @@ CONFIGURE_ARGS += \
        --without-fftw \
        --without-xml \
        --without-x \
-       --without-magick-plus-plus
+       --without-magick-plus-plus \
+       --without-lzma
 
 define Build/Compile
        $(MAKE) -C $(PKG_BUILD_DIR) \