mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
Mark broken on arm due to regression in clang 4.0.
PR: 216637 Submitted by: jbeich Approved by: portmgr (tier-2 blanket), maintainer timeout (peter@netkey.at, several months)
This commit is contained in:
parent
5e7519312a
commit
c2145dc9fb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=456703
@ -24,6 +24,10 @@ LIB_DEPENDS= libsqlcipher.so:databases/sqlcipher \
|
||||
libcurl.so:ftp/curl \
|
||||
libmicrohttpd.so:www/libmicrohttpd
|
||||
|
||||
BROKEN_aarch64= fails to compile due to clang 4.0 regression: util/bdthreads.cc:132:10: ordered comparison between pointer and zero
|
||||
BROKEN_armv6= fails to compile due to clang 4.0 regression: util/bdthreads.cc:132:10: ordered comparison between pointer and zero
|
||||
BROKEN_armv7= fails to compile due to clang 4.0 regression: util/bdthreads.cc:132:10: ordered comparison between pointer and zero
|
||||
|
||||
USES= compiler:features desktop-file-utils dos2unix pkgconfig qmake ssl
|
||||
USE_GNOME= glib20 libxml2 libxslt
|
||||
USE_GL= gl
|
||||
|
Loading…
Reference in New Issue
Block a user