Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jul 2023 16:51:11 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: c8f6192a7e5c - main - security/libecc: Fix build with llvm16
Message-ID:  <202307231651.36NGpBul000835@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=c8f6192a7e5ca36fb56e3d9f0e4a202e573fbf5f

commit c8f6192a7e5ca36fb56e3d9f0e4a202e573fbf5f
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-07-23 16:50:18 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-07-23 16:50:18 +0000

    security/libecc: Fix build with llvm16
    
    - Pet portclippy
    
    Approved by:    portmgr (blanket)
    Sponsored by:   The FreeBSD Foundation
---
 security/libecc/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/security/libecc/Makefile b/security/libecc/Makefile
index 7133c670b690..ba7f3a65796c 100644
--- a/security/libecc/Makefile
+++ b/security/libecc/Makefile
@@ -13,8 +13,11 @@ LICENSE=	GPLv2+
 LIB_DEPENDS=	libgmp.so:math/gmp
 
 USES=		libtool localbase
-GNU_CONFIGURE=	yes
+USE_CXXSTD=	c++14
 USE_LDCONFIG=	yes
+
+GNU_CONFIGURE=	yes
+
 INSTALL_TARGET=	install-strip
 
 post-patch:



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