Date: Sun, 23 Jul 2023 20:02: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: 6d73075a1f68 - main - devel/libopkele: Fix build with llvm16 Message-ID: <202307232002.36NK2do8025082@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=6d73075a1f68049176318f7f48d21f59bcb2c374 commit 6d73075a1f68049176318f7f48d21f59bcb2c374 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-07-23 19:02:39 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-07-23 20:02:29 +0000 devel/libopkele: Fix build with llvm16 - Pet portclippy Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- devel/libopkele/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/libopkele/Makefile b/devel/libopkele/Makefile index e8fc6f41df0f..c9aa0e7f311c 100644 --- a/devel/libopkele/Makefile +++ b/devel/libopkele/Makefile @@ -24,7 +24,9 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ USES= gmake libtool localbase:ldflags pathfix \ pkgconfig ssl +USE_CXXSTD= c++14 USE_LDCONFIG= yes + GNU_CONFIGURE= yes CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307232002.36NK2do8025082>