1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Mark BROKEN on 10.x+

/usr/include/c++/v1/utility:254:9: error: field has incomplete type 'grt::ValueRef'

../../library/grt/src/grtpp.h:724:32: error: field of type 'IterType' (aka '__wrap_iter<const_pointer>') has private constructor

/usr/include/c++/v1/map:969:50: error: no viable conversion from 'const_iterator' (aka '__tree_const_iterator<value_type, __node_pointer, difference_type>') to 'const_iterator' (aka '__map_const_iterator<typename __base::const_iterator>')
This commit is contained in:
Dmitry Marakasov 2015-06-05 14:10:45 +00:00
parent 798844483c
commit 4742a483f5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388579

View File

@ -62,4 +62,10 @@ pre-configure:
(cd ${WRKSRC}/ext/yassl/taocrypt && ${LOCALBASE}/bin/autoreconf -f -i)
(cd ${WRKSRC}/ext/yassl && ${LOCALBASE}/bin/autoreconf -f -i)
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000
BROKEN= does not build
.endif
.include <bsd.port.post.mk>