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:
parent
6949bafbe8
commit
702639ae92
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user