CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2015/11/16 15:52:08
Modified files:
archivers/p7zip: Makefile
Added files:
archivers/p7zip/patches: patch-C_CpuArch_h
Log message:
Expand ifdefs to build on most if not all OpenBSD architectures.
The solution isn't very nice but is the least intrusive right now; and
you can only find portability bugs in programs that do build. As
suggested by naddy@, something based on endian.h would probably be
nicer.
ok sthen@, Josh Grosse (maintainer)