xnec2c uses C11, so use ports-gcc on base-gcc arches

Fixes the build on sparc64
This commit is contained in:
kmos
2026-03-20 06:38:22 +00:00
parent b40b8867fc
commit e2942840e6
+4
View File
@@ -14,6 +14,10 @@ MAINTAINER = Enzo Nicosia <me@katolaz.net>
# GPLv2+ # GPLv2+
PERMIT_PACKAGE = Yes PERMIT_PACKAGE = Yes
# C11
COMPILER = base-clang ports-gcc
COMPILER_LANGS = c
WANTLIB += c cairo gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 WANTLIB += c cairo gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0
WANTLIB += gobject-2.0 gtk-3 intl m pango-1.0 pangocairo-1.0 pthread WANTLIB += gobject-2.0 gtk-3 intl m pango-1.0 pangocairo-1.0 pthread