Mark BROKEN: fails to build

PfPvPlot.cpp:541:36: error: no matching function for call to 'make_pair'
                    dataSet.insert(std::make_pair<double, double>(aepf, cpv));
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Reported by:	pkg-fallout
This commit is contained in:
Antoine Brodin 2018-11-04 12:05:17 +00:00
parent dfb5793cbe
commit 133151181b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=484001

View File

@ -13,6 +13,8 @@ COMMENT= Training software for cyclists
LICENSE= BSD3CLAUSE GPLv2 LGPL21
LICENSE_COMB= multi
BROKEN= fails to build
LIB_DEPENDS= libical.so:devel/libical \
libqwtplot3d-qt4.so:math/qwtplot3d-qt4 \
libkqoauth.so:security/kqoauth \