From 4f5e046573d17fb78e467fbadf7d6568d7d14211 Mon Sep 17 00:00:00 2001 From: kmos Date: Fri, 29 May 2026 02:51:00 +0000 Subject: [PATCH] nettle wants stdalign.h which is not available in base-gcc Move to ports-gcc on sparc64 to fix the build --- security/nettle/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/security/nettle/Makefile b/security/nettle/Makefile index 9f1c6e1e248..2a71ddefa33 100644 --- a/security/nettle/Makefile +++ b/security/nettle/Makefile @@ -15,6 +15,10 @@ MAINTAINER= Antoine Jacoutot # LGPLv2.1+ PERMIT_PACKAGE= Yes +# stdalign.h +COMPILER= base-clang ports-gcc +COMPILER_LANGS= c + WANTLIB += c gmp SITES= ${SITE_GNU:=nettle/}