mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04: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:
parent
04574e7e73
commit
52a640bf36
1 changed files with 8 additions and 1 deletions
|
@ -17,7 +17,14 @@ GH_ACCOUNT= ssvb
|
||||||
|
|
||||||
PLIST_FILES= bin/tinymembench
|
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:
|
do-install:
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue