diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-26 21:23:01 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-26 21:23:01 +0800 |
commit | 281eb8b8a1d4e7b2a4870b998092edbfc7ae2de0 (patch) | |
tree | 4d29e61c0c4f5e98894636a9b043c78de59b5b12 /math | |
parent | b66461a4db1cd5224b60656de2fef00082bc72eb (diff) | |
download | freebsd-ports-gnome-281eb8b8a1d4e7b2a4870b998092edbfc7ae2de0.tar.gz freebsd-ports-gnome-281eb8b8a1d4e7b2a4870b998092edbfc7ae2de0.tar.zst freebsd-ports-gnome-281eb8b8a1d4e7b2a4870b998092edbfc7ae2de0.zip |
- 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
Diffstat (limited to 'math')
-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 |