[MacPorts] #64914: nss fails to build on Leopard for ppc64
MacPorts
noreply at macports.org
Thu May 12 13:55:30 UTC 2022
#64914: nss fails to build on Leopard for ppc64
---------------------------+-------------------------------------
Reporter: barracuda156 | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.7.2
Resolution: | Keywords: powerpc, leopard, ppc64
Port: nss |
---------------------------+-------------------------------------
Comment (by barracuda156):
I.e. this fixes the build:
{{{
--- nss/lib/freebl/mpi/mpcpucache.c.orig 1970-01-01
08:00:00.000000000 +0800
+++ nss/lib/freebl/mpi/mpcpucache.c 2022-05-12 21:28:37.000000000
+0800
@@ -705,7 +705,7 @@
#define MPI_GET_PROCESSOR_LINE_SIZE_DEFINED 1
#endif
-#if defined(__ppc64__)
+#if !defined(__APPLE__) && defined(__ppc64__)
/*
* Sigh, The PPC has some really nice features to help us determine
cache
* size, since it had lots of direct control functions to do so. The
POWER
}}}
--
Ticket URL: <https://trac.macports.org/ticket/64914#comment:7>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list