CVSROOT: /cvs Module name: ports Changes by: [email protected] 2020/05/14 11:20:20
Added files:
mail/hashcash/patches: patch-libfastmint_c
Log message:
hashcash: fix the build with clang on powerpc
The code assumes that __POWERPC__ always means Mac OS, breaking the build
because we don't provide Gestalt. Change the ifdef to avoid getting it picked
up. Fix improved by Brad (thanks!)
