commit 3c3c631caaeb8bad40db4218aa0855d68a7f5d68 parent 9cdd7af2ad86e11d3cc8a2683bdd301bbbbf1225 Author: aabacchus <ben@bvnf.space> Date: Sun, 16 May 2021 22:30:53 +0100 gd: fix build, remove auto* Diffstat:
M | gd/build | | | 12 | ++---------- |
M | gd/checksums | | | 2 | +- |
M | gd/depends | | | 15 | +++++++-------- |
M | gd/sources | | | 2 | +- |
4 files changed, 11 insertions(+), 20 deletions(-)
diff --git a/gd/build b/gd/build @@ -1,16 +1,8 @@ #!/bin/sh -e -autoreconf -fis - ./configure \ - --build=x86_64-pc-linux-musl \ - --host=x86_64-pc-linux-musl \ --prefix=/usr \ - --sysconfdir=/etc \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info \ - --without-fontconfig \ - --disable-werror + --disable-rpath make -make DESTDIR="$1" PREFIX="$1" install +make DESTDIR="$1" install diff --git a/gd/checksums b/gd/checksums @@ -1 +1 @@ -dcc22244d775f469bee21dce1ea42552adbb72ba0cc423f9fa6a64601b3a1893 +ee0c74852c102140fc590541950127b63a3c6fa4592305c16738d23ed65f8ac3 diff --git a/gd/depends b/gd/depends @@ -1,8 +1,7 @@ -autoconf make -automake make -bash make -libpng make -libjpeg-turbo make -libwebp make -freetype-harfbuzz make -zlib make +bash make +fontconfig +freetype-harfbuzz +libjpeg-turbo +libpng +libwebp +zlib diff --git a/gd/sources b/gd/sources @@ -1 +1 @@ -https://github.com/libgd/libgd/archive/refs/tags/gd-2.3.2.tar.gz +https://github.com/libgd/libgd/releases/download/gd-2.3.2/libgd-2.3.2.tar.gz