Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jul 2023 18:45:28 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: b676141424e5 - main - textproc/aiksaurus: Fix build with llvm16
Message-ID:  <202307231845.36NIjS7q091459@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=b676141424e5e21033ec1deba5263d9bc3868f29

commit b676141424e5e21033ec1deba5263d9bc3868f29
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-07-23 18:08:36 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-07-23 18:45:15 +0000

    textproc/aiksaurus: Fix build with llvm16
    
    Sponsored by:   The FreeBSD Foundation
---
 textproc/aiksaurus/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/textproc/aiksaurus/Makefile b/textproc/aiksaurus/Makefile
index f8b20fa485a8..495f2ce74562 100644
--- a/textproc/aiksaurus/Makefile
+++ b/textproc/aiksaurus/Makefile
@@ -12,7 +12,9 @@ LICENSE=	GPLv2
 
 USES=		gmake libtool pathfix pkgconfig
 USE_CSTD=	gnu89
+USE_CXXSTD=	c++14
 USE_LDCONFIG=	yes
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS?=--without-gtk
 



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