ports/lang/librep
jca 63cf340b6e Tell librep which direction the stack grows
The configure script hardcodes a list of architectures which have the
stack growing downwards.  The port being ancient, riscv64 isn't part of
that list and the configure scripts then uses C code to check stack
direction.  This check now fails using clang-16, and conflicts with
a runtime check that still detects direction correctly.

Only hppa has the stack growing upwards, so just specify stack direction
in the port's Makefile to bypass the broken configure check.

No intended functional change.
2023-11-21 12:21:51 +00:00
..
patches
pkg
Makefile Tell librep which direction the stack grows 2023-11-21 12:21:51 +00:00
distinfo