diff options
| author | Kurt Jaeger <pi@FreeBSD.org> | 2025-05-04 11:41:22 +0000 |
|---|---|---|
| committer | Kurt Jaeger <pi@FreeBSD.org> | 2025-05-04 12:13:45 +0000 |
| commit | f0cc92b904ee522d0811d715763222e096767053 (patch) | |
| tree | a4639e6eb9bfdb80125416956cf53e327c02cc94 | |
| parent | 00568ddb644f9dd4eeb4e19984518dd287b1c0c7 (diff) | |
www/litmus: fix build with neon 34
| -rw-r--r-- | www/litmus/Makefile | 2 |
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> |
