Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Aug 2023 18:30:53 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: fd06e22724a7 - main - lang/plexil: Fix build with llvm16
Message-ID:  <202308061830.376IUrb8034306@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=fd06e22724a702c0f8b91dde0968b7475eee6ed2

commit fd06e22724a702c0f8b91dde0968b7475eee6ed2
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-06 18:28:24 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-08-06 18:30:39 +0000

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

diff --git a/lang/plexil/Makefile b/lang/plexil/Makefile
index bef01fc33290..64a7ed0bb19a 100644
--- a/lang/plexil/Makefile
+++ b/lang/plexil/Makefile
@@ -13,6 +13,7 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/../LICENSE
 
 USES=		gmake libtool
+USE_CXXSTD=	c++14
 USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes



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