Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jul 2023 08:36:39 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: 2cf06891a152 - main - devel/busybee: Fix build with llvm16
Message-ID:  <202307250836.36P8adB7054107@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=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>



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