From afc51327aea5a03e788aae15b3ec20d5378e3428 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sat, 6 Apr 2019 16:56:48 +0000 Subject: [PATCH] Mark BROKEN on FreeBSD 12 and 13 Reported by: pkg-fallout MFH: 2019Q2 --- devel/cpprestsdk/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/devel/cpprestsdk/Makefile b/devel/cpprestsdk/Makefile index 2526086462d8..c220ae186140 100644 --- a/devel/cpprestsdk/Makefile +++ b/devel/cpprestsdk/Makefile @@ -23,4 +23,11 @@ GH_ACCOUNT= Microsoft WRKSRC_SUBDIR= Release CMAKE_OFF= BUILD_SAMPLES BUILD_TESTS -.include +.include + +.if ${SSL_DEFAULT} == base +BROKEN_FreeBSD_12= use of undeclared identifier 'SSL_R_SHORT_READ' +BROKEN_FreeBSD_13= use of undeclared identifier 'SSL_R_SHORT_READ' +.endif + +.include