diff options
Diffstat (limited to 'devel/thrift-cpp/Makefile')
-rw-r--r-- | devel/thrift-cpp/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/devel/thrift-cpp/Makefile b/devel/thrift-cpp/Makefile index d09a41ef6f11..48877f5bcffe 100644 --- a/devel/thrift-cpp/Makefile +++ b/devel/thrift-cpp/Makefile @@ -1,6 +1,5 @@ PORTNAME= thrift PORTVERSION= ${THRIFT_PORTVERSION} # to keep in sync with thrift -PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= APACHE/thrift/${PORTVERSION} @@ -11,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 @@ -24,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}" |