Date: Wed, 3 Nov 2021 22:05:59 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: 8c880f19d467 - main - www/cadaver: Allow build with neon >= 0.32 Message-ID: <202111032205.1A3M5xJd066662@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=8c880f19d467d9ceaf002dc94da4a42096f1da06 commit 8c880f19d467d9ceaf002dc94da4a42096f1da06 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2021-11-03 22:04:29 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2021-11-03 22:05:45 +0000 www/cadaver: Allow build with neon >= 0.32 Approved by: arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D32777 --- www/cadaver/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/cadaver/Makefile b/www/cadaver/Makefile index 055076c44cb7..c9b9f3233329 100644 --- a/www/cadaver/Makefile +++ b/www/cadaver/Makefile @@ -64,7 +64,7 @@ CONFIGURE_ARGS+=--disable-nls \ --without-libintl-prefix .endif -NEON_VERSION= 31 +NEON_VERSION= 31 32 post-patch: @${REINPLACE_CMD} 's,27 28 29,& ${NEON_VERSION},' ${WRKSRC}/configure
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111032205.1A3M5xJd066662>