Files
Joshua Root a393aeeb96 libiconv: update to 1.18
Patch Makefile.devel in post-patch and touch files to prevent autotools
from being run.

Also silence implicit declaration warnings. MIN and MAX are checked for
in limits.h and sys/param.h, and the implicit declaration error happens
for the former. The 'unreachable' and 'alignof' macros may not be
available depending on the compiler and system headers' supported C
standard. The implicit int error is caused by testing if static_assert
works in the global scope.

Closes: https://trac.macports.org/ticket/66232
2026-03-05 16:01:39 +11:00
..