Mark BROKEN of FreeBSD < 10:

/usr/local/lib/libwebkitgtk-1.0.so.0: undefined reference to `std::chrono::_V2::steady_clock::now()@GLIBCXX_3.4.19'
/usr/local/lib/libjavascriptcoregtk-1.0.so.0: undefined reference to `std::chrono::_V2::system_clock::now()@GLIBCXX_3.4.19'
collect2: error: ld returned 1 exit status

This is standard C++11, but there is a problem with stdlib.

Note: now it could be built with clang, but the produced binaries don't
behave correctly.
This commit is contained in:
Thierry Thomas 2015-04-24 19:34:19 +00:00
parent 5a64bd0490
commit 2b0ffb0383
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=384676

View File

@ -56,6 +56,11 @@ EXTRAS2RM= linux-non_unicode linux wings3d LINUX.README \
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000
# undefined reference to `std::chrono::_V2::steady_clock::now()@GLIBCXX_3.4.19'
BROKEN= Does not link
.endif
.if {PORT_OPTIONS:MDOCS}
LICENSE+= GFDL
LICENSE_COMB= multi