diff options
author | Sam Bingner <sam@bingner.com> | 2018-10-12 16:21:47 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2018-10-12 16:21:47 -1000 |
commit | 295030d5719c3af352cfc5394b8ce13e3a1e0fb9 (patch) | |
tree | 608f1f9cf9a8ea9ae8e26f1f07b50d14426a675a /data/imagemagick/make.sh | |
parent | 4a80cac9cb4be1d154f5346423667310219bd27a (diff) |
Add and update a number of packages
Diffstat (limited to 'data/imagemagick/make.sh')
-rw-r--r-- | data/imagemagick/make.sh | 5 |
1 files changed, 3 insertions, 2 deletions
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 |