aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2015-02-21 15:37:57 +0800
committerantoine <antoine@FreeBSD.org>2015-02-21 15:37:57 +0800
commitc0ee87e255057d76fa3ff492c9ede670a06a7420 (patch)
tree0f7c2a2c6ba8e2963eca329963355fea801302c5 /devel
parent60fa360339627cac34d74a84f807fefb3377f87d (diff)
downloadfreebsd-ports-gnome-c0ee87e255057d76fa3ff492c9ede670a06a7420.tar.gz
freebsd-ports-gnome-c0ee87e255057d76fa3ff492c9ede670a06a7420.tar.zst
freebsd-ports-gnome-c0ee87e255057d76fa3ff492c9ede670a06a7420.zip
Mark BROKEN: Fails to build
CXX garbage_collector.lo garbage_collector.cc:176:38: error: no member named 'min' in namespace 'std' min_timestamp = std::min(qst, min_timestamp); ~~~~~^ garbage_collector.cc:180:36: error: no member named 'min' in namespace 'std' min_offline = std::min(oft, min_offline); ~~~~~^ 2 errors generated. Reported by: pkg-fallout
Diffstat (limited to 'devel')
-rw-r--r--devel/libe/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/libe/Makefile b/devel/libe/Makefile
index 7317fa034a1b..4aedb04ea765 100644
--- a/devel/libe/Makefile
+++ b/devel/libe/Makefile
@@ -11,6 +11,8 @@ COMMENT= High-performance datastructures and utilities for C++
LICENSE= BSD3CLAUSE
+BROKEN= Fails to build
+
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/libpo6.pc:${PORTSDIR}/devel/libpo6
GNU_CONFIGURE= yes