diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-12-19 14:41:29 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-12-19 14:41:29 +0000 |
commit | f1696c0036d9217bb6826834f7a36d1edc5503a2 (patch) | |
tree | 9332e3d29b9f67e05c02052339c1fc25be6de3b5 /www | |
parent | 3a3122968b5bf712612ad13bf48191bc8715f6f5 (diff) | |
download | ports-f1696c0036d9217bb6826834f7a36d1edc5503a2.tar.gz ports-f1696c0036d9217bb6826834f7a36d1edc5503a2.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/chromium/Makefile | 5 | ||||
-rw-r--r-- | www/ctemplate/Makefile | 1 |
2 files changed, 5 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) diff --git a/www/ctemplate/Makefile b/www/ctemplate/Makefile index 33fd5768f3ef..e77ac1d66729 100644 --- a/www/ctemplate/Makefile +++ b/www/ctemplate/Makefile @@ -9,6 +9,7 @@ MASTER_SITES= SF MAINTAINER= ap@page2rss.com COMMENT= Template system for C +BROKEN_aarch64= fails to compile: assigning to char * from incompatible type const char * BROKEN_armv6= fails to compile: assigning to char * from incompatible type const char * BROKEN_armv7= fails to compile: assigning to char * from incompatible type const char * |