Skip to content

Commit

Permalink
math/givaro: Fix build with llvm16
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
  • Loading branch information
5u623l20 committed Jul 18, 2023
1 parent 29e3d40 commit 6cf6266
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions math/givaro/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 6cf6266

Please sign in to comment.