From ffdc2e6bbe93c03233e5f5afeb377f0e89e748cd Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Tue, 11 Oct 2022 00:40:21 +0200 Subject: [PATCH] graphics/azpainter: Prepare for png 1.6.38 Adjust LIBS to include -lz PR: 266599 Approved by: portmgr (blanket) --- graphics/azpainter/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/azpainter/Makefile b/graphics/azpainter/Makefile index 2891a1219992..ee9bd422ad9d 100644 --- a/graphics/azpainter/Makefile +++ b/graphics/azpainter/Makefile @@ -17,7 +17,7 @@ USES= compiler:c11 desktop-file-utils gmake jpeg pkgconfig \ shared-mime-info tar:xz xorg USE_XORG= x11 xext xi HAS_CONFIGURE= yes -CONFIGURE_ARGS= --docdir="${DOCSDIR}" CC="${CC}" +CONFIGURE_ARGS= --docdir="${DOCSDIR}" CC="${CC}" LIBS="-lz" PORTDOCS= AUTHORS ChangeLog ReadMe_en ReadMe_ja manual_ja.html