Date: Mon, 10 Oct 2022 22:58:06 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 612bfd09df8b - main - graphics/azpainterb: Prepare for png 1.6.38 Message-ID: <202210102258.29AMw6gN084114@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=612bfd09df8bb66716f770d773550145db88a9e5 commit 612bfd09df8bb66716f770d773550145db88a9e5 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2022-10-10 22:42:56 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2022-10-10 22:43:56 +0000 graphics/azpainterb: Prepare for png 1.6.38 Adjust LIBS to include -lz PR: 266599 Approved by: portmgr (blanket) --- graphics/azpainterb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/azpainterb/Makefile b/graphics/azpainterb/Makefile index e8c40d0e649c..3c78d0d95c05 100644 --- a/graphics/azpainterb/Makefile +++ b/graphics/azpainterb/Makefile @@ -17,7 +17,7 @@ USES= compiler:c11 desktop-file-utils gmake jpeg pkgconfig \ 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210102258.29AMw6gN084114>