nettle wants stdalign.h which is not available in base-gcc

Move to ports-gcc on sparc64 to fix the build
This commit is contained in:
kmos
2026-05-29 02:51:00 +00:00
parent bfd4771e3f
commit 4f5e046573
+4
View File
@@ -15,6 +15,10 @@ MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# LGPLv2.1+ # LGPLv2.1+
PERMIT_PACKAGE= Yes PERMIT_PACKAGE= Yes
# stdalign.h
COMPILER= base-clang ports-gcc
COMPILER_LANGS= c
WANTLIB += c gmp WANTLIB += c gmp
SITES= ${SITE_GNU:=nettle/} SITES= ${SITE_GNU:=nettle/}