aboutsummaryrefslogtreecommitdiff
path: root/devel/cpprestsdk
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-04-06 16:56:48 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-04-06 16:56:48 +0000
commitafc51327aea5a03e788aae15b3ec20d5378e3428 (patch)
tree4b249a9c7bd7acf88738aaa3f3144edce6ad8517 /devel/cpprestsdk
parentb8f930fb403a1b7acc869692e39ec49b156b4a19 (diff)
downloadports-afc51327aea5a03e788aae15b3ec20d5378e3428.tar.gz
ports-afc51327aea5a03e788aae15b3ec20d5378e3428.zip
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout MFH: 2019Q2
Notes
Notes: svn path=/head/; revision=498152
Diffstat (limited to 'devel/cpprestsdk')
-rw-r--r--devel/cpprestsdk/Makefile9
1 files changed, 8 insertions, 1 deletions
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 <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.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 <bsd.port.post.mk>