Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jul 2023 19:27:33 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: 1988a6409839 - main - math/oink: Fix build with llvm16
Message-ID:  <202307191927.36JJRXhu016105@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=1988a6409839232c3a63da972f429710d3efdac8

commit 1988a6409839232c3a63da972f429710d3efdac8
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-07-19 19:26:02 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-07-19 19:27:16 +0000

    math/oink: Fix build with llvm16
    
    - Pet protclippy
    
    Approved by:    portmgr (blanket)
    Sponsored by:   The FreeBSD Foundation
---
 math/oink/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/math/oink/Makefile b/math/oink/Makefile
index 82ec56b65a2e..9929dcc711a6 100644
--- a/math/oink/Makefile
+++ b/math/oink/Makefile
@@ -13,11 +13,12 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 LIB_DEPENDS=	libboost_iostreams.so:devel/boost-libs
 
 USES=		cmake:testing
-USE_LDCONFIG=	yes
-
+USE_CXXSTD=	c++14
 USE_GITHUB=	yes
 GH_ACCOUNT=	trolando
 GH_TAGNAME=	3327c54
+USE_LDCONFIG=	yes
+
 
 CMAKE_ON=	BUILD_SHARED_LIBS
 



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