- Mark BROKEN

/usr/local/include/c++/v1/utility:254:9: error: 'std::__1::pair<_T1, _T2>::second' has incomplete type

../../library/grt/src/grtpp_value.h:96:9: error: forward declaration of 'class grt::ValueRef'

../../library/grt/src/grtpp.h:1643:38: error: 'const struct std::__1::pair<const std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, grt::ValueRef>' has no member named 'second'
This commit is contained in:
Dmitry Marakasov 2015-06-05 14:10:50 +00:00
parent 4742a483f5
commit 7c6e469609
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388580

View File

@ -15,6 +15,8 @@ COMMENT= Visual database design tool
LICENSE= GPLv2 LGPL21
LICENSE_COMB= multi
BROKEN= does not build
LIB_DEPENDS= libzip.so:${PORTSDIR}/archivers/libzip \
libboost_system.so:${PORTSDIR}/devel/boost-libs \
libsigc-2.0.so:${PORTSDIR}/devel/libsigc++20 \