Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jul 2023 20:45:36 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: eb58d20e7bdb - main - mail/bincimap: Fix build with llvm16
Message-ID:  <202307192045.36JKja8m048998@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=eb58d20e7bdb43ad0716f8c321facf8f7d5817c4

commit eb58d20e7bdb43ad0716f8c321facf8f7d5817c4
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-07-19 19:52:55 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-07-19 20:45:27 +0000

    mail/bincimap: Fix build with llvm16
    
    Sponsored by:   The FreeBSD Foundation
---
 mail/bincimap/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mail/bincimap/Makefile b/mail/bincimap/Makefile
index fbb4247759d1..9b42d23d8ab3 100644
--- a/mail/bincimap/Makefile
+++ b/mail/bincimap/Makefile
@@ -15,6 +15,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 RUN_DEPENDS=	checkpassword-pam:security/checkpassword-pam \
 		tcpserver:sysutils/ucspi-tcp
 
+USE_CXXSTD=	c++14
 USE_RC_SUBR=	bincimapd
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--sysconfdir=${ETCDIR}



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