Files
Dan R. K. Ports c2877951a7 luametatex: fix build with gcc (e.g. on PPC/10.5/10.6):
* Replace GNU ld flag -Wl,-z,stack-size with Apple ld equivalent
 -Wl,-stack_size,0x280000

* Replace GNU strip flags (-g -S -d -x) in upstream's post-build
  strip command with Apple strip compatible flags (-x -S)

Fixes: https://trac.macports.org/ticket/74037
Fixes: https://trac.macports.org/ticket/72204
2026-05-25 12:53:53 -07:00
..