diff options
-rw-r--r-- | devel/ucommon/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/ucommon/Makefile b/devel/ucommon/Makefile index d53c593c2700..f115ccae9d14 100644 --- a/devel/ucommon/Makefile +++ b/devel/ucommon/Makefile @@ -13,6 +13,9 @@ COMMENT= Very lightweight C++ design pattern library LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/COPYING.LESSER +BROKEN_SSL= openssl111 +BROKEN_SSL_REASON_openssl111= error: allocation of incomplete type 'EVP_CIPHER_CTX' + USES= compiler:c++11-lib cmake:outsource pathfix pkgconfig ssl CMAKE_ARGS= -DBUILD_TESTING:BOOL=ON \ -DCMAKE_INSTALL_BINDIR:STRING=bin/${PORTNAME} |