diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-03-04 15:26:43 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-03-04 15:26:43 +0800 |
commit | 8402bdf6bd97a7341a7ebd6f42c8ccccf127b054 (patch) | |
tree | 4c8363a88c4d5d37b711db7f82fd2812a03a870f /devel/fb303 | |
parent | 694964ee9e0f114c03a068515848c752e275ba1b (diff) | |
download | freebsd-ports-gnome-8402bdf6bd97a7341a7ebd6f42c8ccccf127b054.tar.gz freebsd-ports-gnome-8402bdf6bd97a7341a7ebd6f42c8ccccf127b054.tar.zst freebsd-ports-gnome-8402bdf6bd97a7341a7ebd6f42c8ccccf127b054.zip |
Mark BROKEN: fails to build
In file included from FacebookBase.cpp:20:
./FacebookBase.h:97:30: error: implicit instantiation of undefined template 'boost::shared_ptr<apache::thrift::server::TServer>'
boost::shared_ptr<TServer> server_;
^
/usr/local/include/boost/exception/exception.hpp:19:44: note: template is declared here
namespace boost { template <class T> class shared_ptr; };
^
Reported by: pkg-fallout
Diffstat (limited to 'devel/fb303')
-rw-r--r-- | devel/fb303/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/fb303/Makefile b/devel/fb303/Makefile index 7dc483ff22d1..36d3f26d6370 100644 --- a/devel/fb303/Makefile +++ b/devel/fb303/Makefile @@ -14,6 +14,8 @@ COMMENT= Facebook Bassline LICENSE= APACHE20 +BROKEN= fails to build + LIB_DEPENDS= libthrift.so:devel/thrift-cpp BUILD_DEPENDS= thrift:devel/thrift |