CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2024/08/16 21:50:43
Modified files:
security/libgcrypt: Makefile
security/libgcrypt/patches: patch-configure
Added files:
security/libgcrypt/patches: patch-cipher_Makefile_in
patch-mpi_config_links
Log message:
Fix libgcrypt for powerpc, powerpc64
The build was broken at sha256-ppc.c; fix by adding -mpower8-vector to
VSX flags. Also, don't pick powerpc32 asm on powerpc64. I wrote more
info in https://marc.info/?l=openbsd-ports&m=172376797614691&w=2
ok ajacoutot@ (maintainer)