git: ffdc2e6bbe93 - main - graphics/azpainter: Prepare for png 1.6.38
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 10 Oct 2022 22:58:05 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=ffdc2e6bbe93c03233e5f5afeb377f0e89e748cd commit ffdc2e6bbe93c03233e5f5afeb377f0e89e748cd Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2022-10-10 22:40:21 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2022-10-10 22:43:55 +0000 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