Date: Sun, 23 Jul 2023 20:02:37 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: b5a9d60472b9 - main - math/apron: Fix build with llvm16 Message-ID: <202307232002.36NK2bTH025038@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=b5a9d60472b920b5a533cdab117570b584e106f7 commit b5a9d60472b920b5a533cdab117570b584e106f7 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-07-23 18:58:36 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-07-23 20:02:29 +0000 math/apron: Fix build with llvm16 - Pet portclippy Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- math/apron/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/math/apron/Makefile b/math/apron/Makefile index 2564d36aa961..0968829a6648 100644 --- a/math/apron/Makefile +++ b/math/apron/Makefile @@ -20,14 +20,14 @@ LIB_DEPENDS= libgmp.so:math/gmp \ libppl.so:devel/ppl USES= gmake localbase:ldflags +USE_CXXSTD= c++14 +USE_GITHUB= yes +GH_ACCOUNT= antoinemine USE_LDCONFIG= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= -prefix ${STAGEDIR}${PREFIX} -no-ocaml -no-java -USE_GITHUB= yes -GH_ACCOUNT= antoinemine - post-stage: @${STRIP_CMD} \ ${STAGEDIR}${LOCALBASE}/bin/* \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307232002.36NK2bTH025038>