From 7b75f4ae60133831cefbb91c91cd5e67dfcf1749 Mon Sep 17 00:00:00 2001 From: kmos Date: Fri, 16 May 2025 23:09:05 +0000 Subject: [PATCH] base-gcc errors out with "size of array 'type name' is negative" Shift to ports-gcc to fix build on sparc64 --- security/rhash/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/security/rhash/Makefile b/security/rhash/Makefile index 001760ebdd2..71052ce5808 100644 --- a/security/rhash/Makefile +++ b/security/rhash/Makefile @@ -12,6 +12,10 @@ CATEGORIES = security # BSD PERMIT_PACKAGE = Yes +# base-gcc "size of array 'type name' is negative" +COMPILER = base-clang ports-gcc +COMPILER_LANGS = c + WANTLIB = c CONFIGURE_STYLE = simple