devel/libopkele: Fix build with llvm16

- Pet portclippy

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Muhammad Moinur Rahman 2023-07-23 21:02:39 +02:00
parent 344e7cf137
commit 6d73075a1f

View File

@ -24,7 +24,9 @@ LIB_DEPENDS= libcurl.so:ftp/curl \
USES= gmake libtool localbase:ldflags pathfix \ USES= gmake libtool localbase:ldflags pathfix \
pkgconfig ssl pkgconfig ssl
USE_CXXSTD= c++14
USE_LDCONFIG= yes USE_LDCONFIG= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \
OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto" OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto"