You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
a393aeeb96
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