From 5c5e2d40df2ea269395e56aeaf3487cdfb712da2 Mon Sep 17 00:00:00 2001 From: kmos Date: Fri, 20 Mar 2026 04:46:40 +0000 Subject: [PATCH] splitmix64.h:14: error: expected '=', ',', ';', 'asm' or '__attribute__' befor e 'uint64_t' Move to ports-gcc on base-gcc arches to fix build on sparc64 --- math/cddlib/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/math/cddlib/Makefile b/math/cddlib/Makefile index 8f086805ecd..55885cbe46b 100644 --- a/math/cddlib/Makefile +++ b/math/cddlib/Makefile @@ -14,6 +14,10 @@ HOMEPAGE = https://www.inf.ethz.ch/personal/fukudak/cdd_home/ # GPLv2+ PERMIT_PACKAGE = Yes +# splitmix64.h:14: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'uint64_t' +COMPILER = base-clang ports-gcc +COMPILER_LANGS = c + WANTLIB += c gmp LIB_DEPENDS = devel/gmp