Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jul 2023 15:53:19 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3c851dfdeee3 - main - benchmarks/ramspeed: Fix build with llvm16
Message-ID:  <202307231553.36NFrJRo009073@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307231553.36NFrJRo009073>