git: 2cf06891a152 - main - devel/busybee: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Jul 2023 08:36:39 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2cf06891a152890c803ff67bf31132db6de49414
commit 2cf06891a152890c803ff67bf31132db6de49414
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-07-25 08:05:18 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-07-25 08:36:27 +0000
devel/busybee: Fix build with llvm16
- Pet portclippy
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation
---
devel/busybee/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/devel/busybee/Makefile b/devel/busybee/Makefile
index 0bd54d02a6d8..1d770078b95e 100644
--- a/devel/busybee/Makefile
+++ b/devel/busybee/Makefile
@@ -15,11 +15,12 @@ ONLY_FOR_ARCHS= amd64
LIB_DEPENDS= libe.so:devel/libe \
libpo6.so:devel/libpo6
-GNU_CONFIGURE= yes
USES= autoreconf gmake libtool pathfix pkgconfig
+USE_CXXSTD= c++14
USE_GITHUB= yes
+GH_ACCOUNT= rescrv
USE_LDCONFIG= yes
-GH_ACCOUNT= rescrv
+GNU_CONFIGURE= yes
.include <bsd.port.mk>