View | Details | Raw Unified | Return to bug 228493
Collapse All | Expand All

(-)/usr/ports/devel/fb303/Makefile (-2 lines)
Lines 14-21 Link Here
14
14
15
LICENSE=	APACHE20
15
LICENSE=	APACHE20
16
16
17
BROKEN=		fails to build
18
19
LIB_DEPENDS=	libthrift.so:devel/thrift-cpp
17
LIB_DEPENDS=	libthrift.so:devel/thrift-cpp
20
BUILD_DEPENDS=	thrift:devel/thrift
18
BUILD_DEPENDS=	thrift:devel/thrift
21
19
(-)/usr/ports/devel/fb303/files/patch-cpp_FacebookBase.h (+10 lines)
Line 0 Link Here
1
--- cpp/FacebookBase.h.orig	2018-05-25 20:03:21 UTC
2
+++ cpp/FacebookBase.h
3
@@ -22,6 +22,7 @@
4
 
5
 #include "FacebookService.h"
6
 
7
+#include <boost/shared_ptr.hpp>
8
 #include <thrift/server/TServer.h>
9
 #include <thrift/concurrency/Mutex.h>
10
 

Return to bug 228493