CVSROOT: /cvs Module name: ports Changes by: [email protected] 2020/04/12 12:29:01
Modified files:
security/gnupg : Makefile
Added files:
security/gnupg/patches: patch-mpi_config_links
Log message:
gnupg: fix the build on macppc with clang:
- add `-fheinous-gnu-extensions' as seen on some other archs
- add a patch to remove the `-Wa,-mppc' flag, because clang's
integrated assembler was unhappy with it. Proposed by jca@,
instead of using `-no-integrated-as'.
OK jca@ (maintainer)
