From 83ff1a9bfd2ddf6939978dd84043435e6c546c83 Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Wed, 10 Mar 2021 18:03:16 +0000 Subject: sysutils/jobd: remove BROKEN_riscv64 The same error happens on 13.0 on amd64, powerpc64 and powerpc64le. Looks like this port is generally broken on 13.0. --- sysutils/jobd/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'sysutils') diff --git a/sysutils/jobd/Makefile b/sysutils/jobd/Makefile index 8649031056c1..2c78d6f10861 100644 --- a/sysutils/jobd/Makefile +++ b/sysutils/jobd/Makefile @@ -16,7 +16,6 @@ BROKEN_aarch64= fails to compile: comparison of constant -1 with expression of 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_riscv64= fails to compile: job.cpp:63:26: object backing the pointer will be destroyed at the end of the full-expression BROKEN_sparc64= fails to configure: unrecognized command line option -std=c++11 HAS_CONFIGURE= YES -- cgit