aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-04-06 20:02:19 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-04-06 20:02:19 +0000
commit1f11da70afb8c435a934f83dc093d17503670ffb (patch)
treed43f7dbf17c35a145941bb2243c5794bc34a3d9f /devel
parent3ba532fa618191c430ea900613780d45f449aa9c (diff)
downloadports-1f11da70afb8c435a934f83dc093d17503670ffb.tar.gz
ports-1f11da70afb8c435a934f83dc093d17503670ffb.zip
MFH: r498195
Mark BROKEN on FreeBSD 12 and 13 Reported by: pkg-fallout
Notes
Notes: svn path=/branches/2019Q2/; revision=498196
Diffstat (limited to 'devel')
-rw-r--r--devel/mongo-cxx-driver/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/devel/mongo-cxx-driver/Makefile b/devel/mongo-cxx-driver/Makefile
index 92935c2f2bc9..222dc4fec15a 100644
--- a/devel/mongo-cxx-driver/Makefile
+++ b/devel/mongo-cxx-driver/Makefile
@@ -37,4 +37,11 @@ MAKE_ARGS= --prefix=${STAGEDIR}${PREFIX} \
--cxx=${CXX}
USE_LDCONFIG= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_12= use of undeclared identifier 'BIO_s_file_internal'
+BROKEN_FreeBSD_13= use of undeclared identifier 'BIO_s_file_internal'
+.endif
+
+.include <bsd.port.post.mk>