CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2024/06/04 06:29:28
Modified files:
lang/algol68g : Makefile
Added files:
lang/algol68g/patches: patch-configure
patch-src_a68g_parser-scanner_c
Log message:
Fix build on riscv64 and likely all non-x86 archs
Upstream has only tested OpenBSD on x86, and builds a different set of
features on other architectures. This exposed a place where FALSE (from
ncurses.h) was used instead of internal A68_FALSE. Patch this, but also
build the same set of features on all of our architectures. All of them
have IEEE754 anyway.
ok bcallah@ (maintainer)