Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Aug 2023 00:34:32 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: 3d72da3e01b3 - main - math/frobby: Fix build with llvm16
Message-ID:  <202308070034.3770YW3R042946@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=3d72da3e01b312cb762702b6e11780fc1c143f21

commit 3d72da3e01b312cb762702b6e11780fc1c143f21
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-07 00:26:51 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-08-07 00:26:51 +0000

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

diff --git a/math/frobby/Makefile b/math/frobby/Makefile
index ba2874e526ad..f4530ff13ed3 100644
--- a/math/frobby/Makefile
+++ b/math/frobby/Makefile
@@ -17,7 +17,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	libgmp.so:math/gmp
 
 USES=		gmake localbase:ldflags shebangfix
-
+USE_CXXSTD=	c++14
 USE_GITHUB=	yes
 GH_ACCOUNT=	Macaulay2
 



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