git: 9aa3b0cef1f6 - main - math/mbasecalc: Fix build with llvm16

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Wed, 02 Aug 2023 21:18:24 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9aa3b0cef1f6f8a374667694651ac7c64b46e8f6

commit 9aa3b0cef1f6f8a374667694651ac7c64b46e8f6
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-02 19:31:12 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-08-02 21:18:13 +0000

    math/mbasecalc: Fix build with llvm16
    
    Approved by:    portmgr (blanket)
    Sponsored by:   The FreeBSD Foundation
---
 math/mbasecalc/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/math/mbasecalc/Makefile b/math/mbasecalc/Makefile
index 011d564a6f43..3e0d243f8750 100644
--- a/math/mbasecalc/Makefile
+++ b/math/mbasecalc/Makefile
@@ -13,6 +13,8 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	libfltk.so:x11-toolkits/fltk
 
+USE_CXXSTD=	c++14
+
 MAKE_ARGS=	CC="${CC}" CXX="${CXX}" CFLAGS="${CPPFLAGS} ${CXXFLAGS}" \
 		LIBS="${LDFLAGS}"