summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2025-05-04 13:41:22 +0200
committerKurt Jaeger <pi@FreeBSD.org>2025-05-04 14:13:45 +0200
commitf0cc92b904ee522d0811d715763222e096767053 (patch)
treea4639e6eb9bfdb80125416956cf53e327c02cc94
parentall: expire (indirect) consumers of java/jaxen on 2025-06-04 (diff)
www/litmus: fix build with neon 34
-rw-r--r--www/litmus/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/litmus/Makefile b/www/litmus/Makefile
index b52406f7b6b2..177bf2599e31 100644
--- a/www/litmus/Makefile
+++ b/www/litmus/Makefile
@@ -18,7 +18,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-ssl --with-neon=${LOCALBASE}
post-patch:
- @${REINPLACE_CMD} -e 's|25 26 27 28 29|& 30 31 32|g' \
+ @${REINPLACE_CMD} -e 's|25 26 27 28 29|& 30 31 32 34|g' \
${WRKSRC}/configure
.include <bsd.port.mk>