aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2018-11-04 20:05:17 +0800
committerantoine <antoine@FreeBSD.org>2018-11-04 20:05:17 +0800
commit5eca4c52fb441ff64c623488e76adba31e05dccb (patch)
treee4778a604023ca410ca1e9634aaf3e15668c6c0e /games
parentb30bae776b03bcc5243521083accb5f12032d044 (diff)
downloadfreebsd-ports-gnome-5eca4c52fb441ff64c623488e76adba31e05dccb.tar.gz
freebsd-ports-gnome-5eca4c52fb441ff64c623488e76adba31e05dccb.tar.zst
freebsd-ports-gnome-5eca4c52fb441ff64c623488e76adba31e05dccb.zip
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
Diffstat (limited to 'games')
-rw-r--r--games/goldencheetah/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/games/goldencheetah/Makefile b/games/goldencheetah/Makefile
index de51d62e4123..57d047440459 100644
--- a/games/goldencheetah/Makefile
+++ b/games/goldencheetah/Makefile
@@ -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 \