From 3b41c14e39c153c912d10b81f29bbbb557f3b310 Mon Sep 17 00:00:00 2001 From: Jay Larson Date: Sun, 16 Dec 2018 16:00:34 -0600 Subject: [PATCH] Enabled libpng support --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index e7a1839..66865ea 100644 --- a/Makefile +++ b/Makefile @@ -62,15 +62,15 @@ # of the package. export ARCH = x86_64 -export DEPENDS = bzip2,dash,fontconfig,freetype,glibc,libexpat,perl,util-linux,zlib -export BUILDDEPS = +export DEPENDS = bzip2,dash,fontconfig,freetype,glibc,libexpat,libpng,perl,util-linux,zlib +export BUILDDEPS = libpng-dev export SRCPKG = libgd export URL = https://libgd.github.io/ REPO = main BRIEF = The GD image library DESC = GD is an open source code library for the dynamic creation of images \ by programmers -SNAPVER = 0 +SNAPVER = 1 ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1) TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')