diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-27 16:00:49 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-27 16:00:49 +0000 |
commit | 8416961f94f98665fb22db283d6aa5241eb76f65 (patch) | |
tree | 7e54c3496ccc0bea5358ac0b74147c147f7b1881 /sysutils/jobd/Makefile | |
parent | b9bf240d32b62b5fbbb8a4156b95ff94c408c3c7 (diff) | |
download | ports-8416961f94f98665fb22db283d6aa5241eb76f65.tar.gz ports-8416961f94f98665fb22db283d6aa5241eb76f65.zip |
Notes
Diffstat (limited to 'sysutils/jobd/Makefile')
-rw-r--r-- | sysutils/jobd/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/sysutils/jobd/Makefile b/sysutils/jobd/Makefile index 339d138d3621..913b3186a3ce 100644 --- a/sysutils/jobd/Makefile +++ b/sysutils/jobd/Makefile @@ -12,14 +12,15 @@ LICENSE= ISCL BUILD_DEPENDS= docbook2mdoc:textproc/docbook2mdoc -HAS_CONFIGURE= YES -USE_GITHUB= YES -USE_LDCONFIG= YES -GH_ACCOUNT= mheily - 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_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 +HAS_CONFIGURE= YES +USE_GITHUB= YES +USE_LDCONFIG= YES +GH_ACCOUNT= mheily + .include <bsd.port.mk> |