summaryrefslogtreecommitdiff
path: root/devel/thrift-cpp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/thrift-cpp/Makefile')
-rw-r--r--devel/thrift-cpp/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/devel/thrift-cpp/Makefile b/devel/thrift-cpp/Makefile
index 3dc8faee78ba..f43048fd14b4 100644
--- a/devel/thrift-cpp/Makefile
+++ b/devel/thrift-cpp/Makefile
@@ -50,12 +50,6 @@ CFLAGS+= -I${OPENSSLINC}
.include <bsd.port.pre.mk>
-.if ${SSL_DEFAULT} == base
-# src/thrift/transport/TSSLSocket.cpp:147: error: 'TLSv1_1_method' was not declared in this scope
-# src/thrift/transport/TSSLSocket.cpp:149: error: 'TLSv1_2_method' was not declared in this scope
-BROKEN_FreeBSD_9= does not build with 9.x base OpenSSL
-.endif
-
.if ${COMPILER_TYPE} == clang
USE_CXXSTD= c++11
.endif