mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
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:
committed by
Brad Davis
parent
86dbaaf243
commit
3c17e1b3c0
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user