Files
Frank Dean 2c33b38629 mpack: fix configure and build failures
Configure was failing as its tests appear to be pre C99 requiring implicit
int.

Makefile.am failed to build due to a local variable being null.  Fixed by
patching the autotools m4 macro that sets the variable.

Closes: https://trac.macports.org/ticket/71604
2025-05-18 09:32:22 -04:00
..