git: 0cc7833e22fa - main - devel/xmltooling: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Jul 2023 22:23:39 UTC
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= *