diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-07-25 10:05:18 +0200 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-07-25 10:36:27 +0200 |
commit | 2cf06891a152890c803ff67bf31132db6de49414 (patch) | |
tree | a1b90cc480a596ff810bc6370985acf3e488f51f | |
parent | 08bec39ed8435ffb6ab1efef775eca980f295dfe (diff) | |
download | freebsd-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/Makefile | 5 |
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> |