diff options
Diffstat (limited to 'devel/thrift-cpp/Makefile')
-rw-r--r-- | devel/thrift-cpp/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/devel/thrift-cpp/Makefile b/devel/thrift-cpp/Makefile index 7cdd743db759..48877f5bcffe 100644 --- a/devel/thrift-cpp/Makefile +++ b/devel/thrift-cpp/Makefile @@ -10,8 +10,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= C++ interface to Thrift WWW= https://thrift.apache.org/ -BROKEN_i386= undefined reference to 'boost::atomics::detail::lockpool::scoped_lock::scoped_lock(void const volatile*)' - LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libevent.so:devel/libevent @@ -23,7 +21,6 @@ USE_LDCONFIG= yes CMAKE_ON= BUILD_CPP CMAKE_OFF= BUILD_C_GLIB BUILD_JAVA BUILD_JAVASCRIPT BUILD_NODEJS BUILD_PYTHON BUILD_HASKELL BUILD_TESTING -MAKE_JOBS_UNSAFE= yes DISTINFO_FILE= ${.CURDIR}/../thrift/distinfo PLIST_SUB= PORTVERSION="${THRIFT_PORTVERSION}" |