git: 759d0a2a24ed - main - math/octave-forge-geometry: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Jul 2023 15:50:50 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=759d0a2a24ed19275cfb242a2c7888f909ed3b44 commit 759d0a2a24ed19275cfb242a2c7888f909ed3b44 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-07-18 15:30:47 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-07-18 15:50:39 +0000 math/octave-forge-geometry: Fix build with llvm16 Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- math/octave-forge-geometry/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/math/octave-forge-geometry/Makefile b/math/octave-forge-geometry/Makefile index 03f9db44aa12..839239413e8d 100644 --- a/math/octave-forge-geometry/Makefile +++ b/math/octave-forge-geometry/Makefile @@ -16,5 +16,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \ ${OCTAVE_TARBALLS_DIR}/matgeom.tar.gz:math/octave-forge-matgeom USES= octave python:env +USE_CXXSTD= c++14 .include <bsd.port.mk>