Switch to ports-gcc on sparc64, base-gcc triggers some warnings and this

code uses -Werror (grmbl grmbl). This is the easiest fix.

OK sthen@ tb@
This commit is contained in:
claudio
2025-12-04 07:50:46 +00:00
parent e3d2d4cdf2
commit 8f99abcd0d
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -15,6 +15,10 @@ PERMIT_PACKAGE = Yes
WANTLIB += orcania
# workaround -Werror issues with base-gcc
COMPILER = base-clang ports-gcc
COMPILER_LANGS = c
MODULES = devel/cmake
LIB_DEPENDS += devel/orcania>=2.3.3
+4
View File
@@ -18,6 +18,10 @@ PERMIT_PACKAGE = Yes
WANTLIB += c curl gnutls jansson microhttpd orcania pthread yder z
# workaround -Werror issues with base-gcc
COMPILER = base-clang ports-gcc
COMPILER_LANGS= c
MODULES = devel/cmake
LIB_DEPENDS += devel/jansson \