From 8c880f19d467d9ceaf002dc94da4a42096f1da06 Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Wed, 3 Nov 2021 23:04:29 +0100 Subject: [PATCH] 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