diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2021-01-19 03:56:40 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2021-01-19 03:56:40 +0000 |
commit | 99f9088c1eea9e4d865aa296ff837841eb9c451b (patch) | |
tree | fa9c2be7d6671ea3bb8b79d62c1ce2f636f7249e /lang | |
parent | 0426c84984ad7fbbd2b9773b9783af8b65851d69 (diff) | |
download | ports-99f9088c1eea9e4d865aa296ff837841eb9c451b.tar.gz ports-99f9088c1eea9e4d865aa296ff837841eb9c451b.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/spidermonkey52/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/spidermonkey52/Makefile b/lang/spidermonkey52/Makefile index 9f5184078126..3ed97f5b2c7d 100644 --- a/lang/spidermonkey52/Makefile +++ b/lang/spidermonkey52/Makefile @@ -12,6 +12,8 @@ DISTNAME= firefox-${PORTVERSION}esr.source MAINTAINER= kwm@FreeBSD.org COMMENT= Standalone JavaScript based from Mozilla 52-esr +BROKEN_riscv64= fails to build: psutil/_psutil_bsd.c:1849:26: incomplete definition of type 'struct inpcb' + BUILD_DEPENDS= autoconf-2.13:devel/autoconf213 LIB_DEPENDS= libnspr4.so:devel/nspr \ libffi.so:devel/libffi \ |