benchmarks/tinymembench: fix build on armv7

@progbits is spelled %progbits on armv7

Approved by:	portmgr (build fix blanket)
MFH:		2024Q4
This commit is contained in:
Robert Clausecker
2025-01-13 16:18:37 +00:00
committed by Brad Davis
parent 86dbaaf243
commit 3c17e1b3c0
+8 -1
View File
@@ -17,7 +17,14 @@ GH_ACCOUNT= ssvb
PLIST_FILES= bin/tinymembench
.include <bsd.port.pre.mk>
.if ${ARCH:Marmv?}
pre-configure:
${REINPLACE_CMD} -e 's,@progbits,%progbits,' ${WRKSRC}/*.S
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>
.include <bsd.port.post.mk>