Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jul 2023 15:50:47 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: 6cf6266abfee - main - math/givaro: Fix build with llvm16
Message-ID:  <202307181550.36IFolEL074039@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=6cf6266abfee5a401ff89bf4ce0cfa9ac42a26d4

commit 6cf6266abfee5a401ff89bf4ce0cfa9ac42a26d4
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-07-18 14:41:42 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-07-18 15:50:38 +0000

    math/givaro: Fix build with llvm16
    
    Approved by:    portmgr (blanket)
    Sponsored by:   The FreeBSD Foundation
---
 math/givaro/Makefile | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/math/givaro/Makefile b/math/givaro/Makefile
index 77311cc3694f..e510c9dfab1f 100644
--- a/math/givaro/Makefile
+++ b/math/givaro/Makefile
@@ -16,21 +16,24 @@ LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 LIB_DEPENDS=	libgmp.so:math/gmp
 
 USES=		autoreconf compiler:c++11-lang gmake libtool pathfix pkgconfig
+USE_CXXSTD=	c++11
+USE_GITHUB=	yes
+GH_ACCOUNT=	linbox-team
+USE_LDCONFIG=	yes
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-gmp="${LOCALBASE}"
-USE_LDCONFIG=	yes
+
 INSTALL_TARGET=	install-strip
 TEST_TARGET=	check
-USE_GITHUB=	yes
-GH_ACCOUNT=	linbox-team
 
 OPTIONS_DEFINE=	DOCS
 OPTIONS_SUB=	yes
 
 DOCS_BUILD_DEPENDS=	doxygen:devel/doxygen \
 			dot:graphics/graphviz
-DOCS_CONFIGURE_ON=	--enable-doc --with-docdir=${DOCSDIR}
 DOCS_USE=		TEX=base:build,dvipsk:build,latex:build,pdftex:build
+DOCS_CONFIGURE_ON=	--enable-doc --with-docdir=${DOCSDIR}
 
 post-install-DOCS-on:
 	${RMDIR} ${STAGEDIR}${DOCSDIR}/givaro-dev-html



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