aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-07-25 08:05:18 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-07-25 08:36:27 +0000
commit2cf06891a152890c803ff67bf31132db6de49414 (patch)
treea1b90cc480a596ff810bc6370985acf3e488f51f
parent08bec39ed8435ffb6ab1efef775eca980f295dfe (diff)
downloadports-2cf06891a152890c803ff67bf31132db6de49414.tar.gz
ports-2cf06891a152890c803ff67bf31132db6de49414.zip
devel/busybee: Fix build with llvm16
- Pet portclippy Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
-rw-r--r--devel/busybee/Makefile5
1 files 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>