Index: head/devel/thrift-cpp/Makefile =================================================================== --- head/devel/thrift-cpp/Makefile +++ head/devel/thrift-cpp/Makefile @@ -3,7 +3,7 @@ PORTNAME= thrift PORTVERSION= ${THRIFT_PORTVERSION} # to keep in sync with thrift -PORTREVISION= 7 +PORTREVISION= 8 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= APACHE/thrift/${PORTVERSION} @@ -20,7 +20,6 @@ DISTINFO_FILE= ${.CURDIR}/../thrift/distinfo -BROKEN_powerpc64= fails to compile: undefined reference to std::__throw_out_of_range_fmt BROKEN_SSL= openssl111 BROKEN_SSL_REASON_openssl111= 'configure: error: "Error: libcrypto required."' @@ -44,15 +43,19 @@ --without-php_extension \ --without-python \ --without-ruby \ + --without-lua \ + --with-qt5=no \ --without-go -LDFLAGS+= -L${OPENSSLLIB} -CFLAGS+= -I${OPENSSLINC} - .include .if ${CHOSEN_COMPILER_TYPE} == clang USE_CXXSTD= c++11 +.endif + +.if ${SSL_DEFAULT} != base +LDFLAGS+= -L${OPENSSLLIB} +CFLAGS+= -I${OPENSSLINC} .endif post-install: