diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-26 13:23:01 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-26 13:23:01 +0000 |
commit | aa4492b48d6715e96a59416fad0ea2c66d4fe9ce (patch) | |
tree | 4d29e61c0c4f5e98894636a9b043c78de59b5b12 | |
parent | - Mark BORKEN on 9.x (actually it's broken everywhere, but fatally on 9.x): d... (diff) |
- 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
Notes
Notes:
svn path=/head/; revision=390634
-rw-r--r-- | math/vowpal_wabbit/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |