View | Details | Raw Unified | Return to bug 273609 | Differences between
and this patch

Collapse All | Expand All

(-)b/devel/libgit2/Makefile (+3 lines)
Lines 20-25 LIB_DEPENDS= libpcre2-8.so:devel/pcre2 \ Link Here
20
USES=		cmake:testing cpe pkgconfig python:build ssl
20
USES=		cmake:testing cpe pkgconfig python:build ssl
21
USE_GITHUB=	yes
21
USE_GITHUB=	yes
22
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
23
CFLAGS+=	-DSSLv23_method=TLS_client_method \
24
		-Dsk_num=OPENSSL_sk_num -Dsk_value=OPENSSL_sk_value \
25
		-DSSL_get1_peer_certificate=SSL_get_peer_certificate
23
26
24
CMAKE_TESTING_ON=	BUILD_TESTS
27
CMAKE_TESTING_ON=	BUILD_TESTS
25
28

Return to bug 273609