git: 0a9014e4535e - main - math/latte-integrale: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Jul 2023 09:42:34 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=0a9014e4535ea89b1aa35a1f59bf8b97f068f678 commit 0a9014e4535ea89b1aa35a1f59bf8b97f068f678 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-07-25 09:13:42 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-07-25 09:42:19 +0000 math/latte-integrale: Fix build with llvm16 - Pet portclippy Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- math/latte-integrale/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/math/latte-integrale/Makefile b/math/latte-integrale/Makefile index d288ec0d8a88..3fc4dd4dcb07 100644 --- a/math/latte-integrale/Makefile +++ b/math/latte-integrale/Makefile @@ -22,14 +22,16 @@ RUN_DEPENDS= lrs:math/lrslib \ USES= autoreconf:2.69 compiler:c++11-lang gmake libtool \ localbase:ldflags -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-static \ - --with-topcom=${LOCALBASE} --with-4ti2=${LOCALBASE} --with-cddlib=${LOCALBASE} --with-gmp=${LOCALBASE} --with-ntl=${LOCALBASE} +USE_CXXSTD= c++14 USE_GITHUB= yes GH_ACCOUNT= latte-int GH_PROJECT= latte USE_LDCONFIG= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-static \ + --with-topcom=${LOCALBASE} --with-4ti2=${LOCALBASE} --with-cddlib=${LOCALBASE} --with-gmp=${LOCALBASE} --with-ntl=${LOCALBASE} + CONFLICTS_INSTALL= latte p5-Math-SigFigs schilyutils # bin/count OPTIONS_DEFINE= DOCS EXAMPLES