aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/Makefile
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-12-19 14:41:29 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-12-19 14:41:29 +0000
commitf1696c0036d9217bb6826834f7a36d1edc5503a2 (patch)
tree9332e3d29b9f67e05c02052339c1fc25be6de3b5 /www/chromium/Makefile
parent3a3122968b5bf712612ad13bf48191bc8715f6f5 (diff)
downloadports-f1696c0036d9217bb6826834f7a36d1edc5503a2.tar.gz
ports-f1696c0036d9217bb6826834f7a36d1edc5503a2.zip
Mark more recently failing ports broken on aarch64.
While here, pet portlint and reformat some other BROKEN statements. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=456719
Diffstat (limited to 'www/chromium/Makefile')
-rw-r--r--www/chromium/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/chromium/Makefile b/www/chromium/Makefile
index 84ac2c2c1895..c4dcf1326b15 100644
--- a/www/chromium/Makefile
+++ b/www/chromium/Makefile
@@ -62,7 +62,10 @@ LIB_DEPENDS= libspeechd.so:accessibility/speech-dispatcher \
RUN_DEPENDS= xdg-open:devel/xdg-utils \
droid-fonts-ttf>0:x11-fonts/droid-fonts-ttf
-ONLY_FOR_ARCHS= aarch64 amd64 i386
+BROKEN_FreeBSD_11_aarch64= components/safe_browsing_db/v4_rice.cc:120:18: use of overloaded operator '&' is ambiguous
+BROKEN_FreeBSD_12_aarch64= third_party/skia/src/core/SkCpu.cpp:84:27: use of undeclared identifier 'getauxval'
+ONLY_FOR_ARCHS= aarch64 amd64 i386
+
.endif
.if defined(GN_ONLY)