Date: Wed, 2 Aug 2023 21:18:24 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: 9aa3b0cef1f6 - main - math/mbasecalc: Fix build with llvm16 Message-ID: <202308022118.372LIOYT017562@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=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}"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308022118.372LIOYT017562>