diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-11-30 06:13:34 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-11-30 06:13:34 +0000 |
commit | bf43557044604cb6487fc1aa24ce2c210ae789da (patch) | |
tree | 10dd7508accfa6a3ffc8e631ba63a22cc2fdeb6b /lang/qore | |
parent | e3b0bf80d1a7a3579b4284ef20edfdcdcefac2a7 (diff) | |
download | ports-bf43557044604cb6487fc1aa24ce2c210ae789da.tar.gz ports-bf43557044604cb6487fc1aa24ce2c210ae789da.zip |
Notes
Diffstat (limited to 'lang/qore')
-rw-r--r-- | lang/qore/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/qore/Makefile b/lang/qore/Makefile index 0086d699edfe..ff8c8bd1628e 100644 --- a/lang/qore/Makefile +++ b/lang/qore/Makefile @@ -16,6 +16,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex \ ${LOCALBASE}/bin/bash:shells/bash BROKEN_armv6= fails to compile: calling a private constructor of class 'ReferenceNode' +BROKEN_armv7= fails to compile: calling a private constructor of class 'ReferenceNode' BROKEN_powerpc= fails to build BROKEN_powerpc64= fails to compile: unsupported relocation against r1 |