diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-05-18 21:05:51 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-05-18 21:06:44 +0800 |
commit | 3b4a64f8404e1c9934b278cc556401476ae6df78 (patch) | |
tree | 9c39124ebb17494320694ed0d334e35ab00f6232 /lang/spidermonkey185 | |
parent | 208a925c1eb580939786294d704205083629f043 (diff) | |
download | freebsd-ports-gnome-3b4a64f8404e1c9934b278cc556401476ae6df78.tar.gz freebsd-ports-gnome-3b4a64f8404e1c9934b278cc556401476ae6df78.tar.zst freebsd-ports-gnome-3b4a64f8404e1c9934b278cc556401476ae6df78.zip |
lang/spidermonkey185: mark BROKEN on FreeBSD ≥ 13
Approved by: portmgr blanket
Diffstat (limited to 'lang/spidermonkey185')
-rw-r--r-- | lang/spidermonkey185/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/spidermonkey185/Makefile b/lang/spidermonkey185/Makefile index 0c9fbcc5e23b..1cc54bc5296d 100644 --- a/lang/spidermonkey185/Makefile +++ b/lang/spidermonkey185/Makefile @@ -25,6 +25,8 @@ BROKEN_aarch64= Does not compile: error: cacheFlush support is missing on this BROKEN_mips64= Does not compile: error: const union jsval_layout has no member named word BROKEN_riscv64= Does not compile: jsiter.cpp:270:16: cannot initialize return object of type 'bool' with an rvalue of type 'nullptr_t' BROKEN_sparc64= Does not build: fails to link +BROKEN_FreeBSD_13= does not compile: cannot initialize return object of type 'bool' with an rvalue of type 'nullptr_t' +BROKEN_FreeBSD_14= does not compile: cannot initialize return object of type 'bool' with an rvalue of type 'nullptr_t' NOT_FOR_ARCHS= powerpc powerpc64 NOT_FOR_ARCHS_REASON= PowerPC is not supported |