From e28d71c5f6efb289aa8810c51634360886309415 Mon Sep 17 00:00:00 2001 From: kmos Date: Sat, 30 May 2026 17:18:37 +0000 Subject: [PATCH] Building with the newer nettle, aide now also needs stdalign.h Move to ports-gcc on sparc64 to fix the build --- security/aide/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/security/aide/Makefile b/security/aide/Makefile index 04e49a20066..419eddeb540 100644 --- a/security/aide/Makefile +++ b/security/aide/Makefile @@ -11,6 +11,10 @@ HOMEPAGE= https://github.com/aide/aide # GPLv2 PERMIT_PACKAGE= Yes +# stdalign.h +COMPILER= base-clang ports-gcc +COMPILER_LANGS= c + # uses pledge() WANTLIB += c m nettle pcre2-8 pthread z