From 295030d5719c3af352cfc5394b8ce13e3a1e0fb9 Mon Sep 17 00:00:00 2001 From: Sam Bingner Date: Fri, 12 Oct 2018 16:21:47 -1000 Subject: Add and update a number of packages --- data/imagemagick/make.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'data/imagemagick/make.sh') diff --git a/data/imagemagick/make.sh b/data/imagemagick/make.sh index 0430004cb..bc99d98b0 100644 --- a/data/imagemagick/make.sh +++ b/data/imagemagick/make.sh @@ -1,4 +1,5 @@ pkg:setup -pkg:configure --disable-largefile --with-perl=no --with-fontconfig=no --with-x=no -make +autoreconf -f -i +pkg:configure --disable-largefile --with-perl=no --with-fontconfig=no --with-x=no --with-pango=no --without-freetype --with-gs-font-dir=none --with-lcms=no --without-webp +make -j8 pkg:install -- cgit v1.2.3