Date: Tue, 18 Jul 2023 22:23:39 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: 0cc7833e22fa - main - devel/xmltooling: Fix build with llvm16 Message-ID: <202307182223.36IMNd1p028665@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=0cc7833e22fa358e7307af3a644d6d37d2c5267b commit 0cc7833e22fa358e7307af3a644d6d37d2c5267b Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-07-18 17:02:40 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-07-18 22:23:25 +0000 devel/xmltooling: Fix build with llvm16 Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- devel/xmltooling/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/devel/xmltooling/Makefile b/devel/xmltooling/Makefile index 051420027a26..629d2adb02b7 100644 --- a/devel/xmltooling/Makefile +++ b/devel/xmltooling/Makefile @@ -20,6 +20,7 @@ USES= cpe gmake libtool pkgconfig tar:bzip2 ssl autoreconf CPE_VENDOR= ${PORTNAME}_project USE_LDCONFIG= yes CONFIGURE_ENV+= openssl_LIBS="-L${OPENSSLLIB} -lcrypto" openssl_CFLAGS=-I${OPENSSLBASE} +USE_CXXSTD= c++14 PORTDOCS= *
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307182223.36IMNd1p028665>