From 281eb8b8a1d4e7b2a4870b998092edbfc7ae2de0 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Fri, 26 Jun 2015 13:23:01 +0000 Subject: - Mark broken on FreeBSD 9.x: ./../explore/static/MWTExplorer.h:16:10: fatal error: 'tuple' file not found Submitted by: pkg-fallout Approved by: portmgr blanket --- math/vowpal_wabbit/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'math') diff --git a/math/vowpal_wabbit/Makefile b/math/vowpal_wabbit/Makefile index 042d5d26b3d6..401b060a0dda 100644 --- a/math/vowpal_wabbit/Makefile +++ b/math/vowpal_wabbit/Makefile @@ -10,6 +10,8 @@ COMMENT= Fast out-of-core learning system LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs +BROKEN_FreeBSD_9= does not build + USES= compiler:c++11-lang libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes -- cgit