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 /sysutils/jobd | |
parent | e3b0bf80d1a7a3579b4284ef20edfdcdcefac2a7 (diff) |
Notes
Diffstat (limited to 'sysutils/jobd')
-rw-r--r-- | sysutils/jobd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/jobd/Makefile b/sysutils/jobd/Makefile index 913b3186a3ce..f49af6a166b9 100644 --- a/sysutils/jobd/Makefile +++ b/sysutils/jobd/Makefile @@ -14,6 +14,7 @@ BUILD_DEPENDS= docbook2mdoc:textproc/docbook2mdoc BROKEN_aarch64= fails to compile: comparison of constant -1 with expression of type char is always true BROKEN_armv6= fails to compile: comparison of constant -1 with expression of type char is always true +BROKEN_armv7= fails to compile: comparison of constant -1 with expression of type char is always true BROKEN_mips64= fails to configure: unrecognized command line option -std=c++11 BROKEN_powerpc64= fails to configure: Unable to run configure in ./src/ BROKEN_sparc64= fails to configure: unrecognized command line option -std=c++11 |