git: f0cc92b904ee - main - www/litmus: fix build with neon 34
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 04 May 2025 12:14:02 UTC
The branch main has been updated by pi: URL: https://cgit.FreeBSD.org/ports/commit/?id=f0cc92b904ee522d0811d715763222e096767053 commit f0cc92b904ee522d0811d715763222e096767053 Author: Kurt Jaeger <pi@FreeBSD.org> AuthorDate: 2025-05-04 11:41:22 +0000 Commit: Kurt Jaeger <pi@FreeBSD.org> CommitDate: 2025-05-04 12:13:45 +0000 www/litmus: fix build with neon 34 --- www/litmus/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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>