diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-09-25 07:29:25 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-09-25 07:29:25 +0000 |
commit | b54b77fa86514ba06480f6ea22f36379d22cbde8 (patch) | |
tree | 262a5db58bff73f86c94d292d6eafdc8e48838a9 /math | |
parent | 57902f95836c2de93d5bb65cd20d7f6edf1cfdfd (diff) | |
download | ports-b54b77fa86514ba06480f6ea22f36379d22cbde8.tar.gz ports-b54b77fa86514ba06480f6ea22f36379d22cbde8.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/cryptominisat/Makefile | 2 | ||||
-rw-r--r-- | math/vowpal_wabbit/Makefile | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/math/cryptominisat/Makefile b/math/cryptominisat/Makefile index cbf02a468fcf..41c34273a576 100644 --- a/math/cryptominisat/Makefile +++ b/math/cryptominisat/Makefile @@ -13,8 +13,6 @@ LICENSE_COMB= multi LICENSE_FILE_LGPL21= ${WRKSRC}/LICENSE.txt LICENSE_FILE_MIT= ${WRKSRC}/LICENSE.txt -BROKEN_powerpc64= fails to compile: main.cpp: undefined reference to boost::program_options::abstract_variables_map::operator[] - LIB_DEPENDS= libboost_program_options.so:devel/boost-libs USES= cmake:outsource compiler:c++11-lib diff --git a/math/vowpal_wabbit/Makefile b/math/vowpal_wabbit/Makefile index 16615f2b752a..502a49ef6968 100644 --- a/math/vowpal_wabbit/Makefile +++ b/math/vowpal_wabbit/Makefile @@ -11,8 +11,6 @@ COMMENT= Fast out-of-core learning system LIB_DEPENDS= libboost_thread.so:devel/boost-libs -BROKEN_powerpc64= fails to compile: network.cc: 'atoi' was not declared in this scope - USES= compiler:c++11-lang libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes |