git: 3c851dfdeee3 - main - benchmarks/ramspeed: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 23 Jul 2023 15:53:19 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=3c851dfdeee3171b62a9b8680386991f08d55645 commit 3c851dfdeee3171b62a9b8680386991f08d55645 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-07-23 15:52:03 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-07-23 15:53:03 +0000 benchmarks/ramspeed: Fix build with llvm16 - Pet portclippy Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- benchmarks/ramspeed/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/benchmarks/ramspeed/Makefile b/benchmarks/ramspeed/Makefile index e51e5bc0279d..7096e14b8d70 100644 --- a/benchmarks/ramspeed/Makefile +++ b/benchmarks/ramspeed/Makefile @@ -14,6 +14,8 @@ LICENSE_NAME= Alasir Licence LICENSE_FILE= ${WRKSRC}/LICENCE LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell +USE_BINUTILS= yes + PLIST_FILES= bin/ramspeed PORTDOCS= HISTORY README @@ -24,6 +26,8 @@ do-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ramsmp ${STAGEDIR}${PREFIX}/bin/ramspeed + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|g} ${STAGEDIR}${DOCSDIR}