forked from Lainports/freebsd-ports
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
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue