Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Aug 2023 11:53:27 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: 5d2820a4f224 - main - sysutils/incron: Fix build with llvm16
Message-ID:  <202308051153.375BrRO5075022@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=5d2820a4f2242066a46380e43f55d70766dd9100

commit 5d2820a4f2242066a46380e43f55d70766dd9100
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-03 09:02:26 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-08-05 11:53:18 +0000

    sysutils/incron: Fix build with llvm16
    
    Approved by:    portmgr (blanket)
    Sponsored by:   The FreeBSD Foundation
---
 sysutils/incron/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sysutils/incron/Makefile b/sysutils/incron/Makefile
index 4aec6aca618b..82a7d3537038 100644
--- a/sysutils/incron/Makefile
+++ b/sysutils/incron/Makefile
@@ -16,6 +16,7 @@ LICENSE_FILE_MIT=	${WRKSRC}/LICENSE-X11
 LIB_DEPENDS=	libinotify.so:devel/libinotify
 
 USES=		compiler localbase:ldflags
+USE_CXXSTD=	c++14
 USE_GITHUB=	yes
 GH_ACCOUNT=	ar-
 GH_TAGNAME=	81421d3a8bde0989d7e167d8a814d5232896c930



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