Fix build and runtime on sparc64, use ports-gcc instead of base-gcc

The code needs C99 mode, and breaks at runtime with base-gcc.
ok bcallah@ (maintainer)
This commit is contained in:
jca 2022-03-25 15:35:12 +00:00
parent 6949bafbe8
commit 702639ae92

View File

@ -12,6 +12,10 @@ MASTER_SITES = https://jmvdveer.home.xs4all.nl/
WANTLIB += c curses m pthread
# ports-gcc used because of C99 and crashes spotted at runtime on sparc64
COMPILER = base-clang ports-gcc
COMPILER_LANGS = c
CONFIGURE_STYLE = autoreconf
CONFIGURE_ARGS = --disable-gsl \
--disable-mathib \