CVSROOT: /cvs Module name: ports Changes by: [email protected] 2021/10/26 17:30:08
Modified files:
lang/python/3.8: Makefile
lang/python/3.8/files: CHANGES.OpenBSD
lang/python/3.8/patches: patch-configure_ac
Log message:
Fix build for LLVM 13
LLVM 13 introduces the --print-multiarch option. OpenBSD isn't multi-arch,
but that option caused problems for the build anyway.
I neutralized those checks.
