View | Details | Raw Unified | Return to bug 239298
Collapse All | Expand All

(-)Makefile (-3 lines)
Lines 13-21 Link Here
13
LICENSE=	BSD2CLAUSE
13
LICENSE=	BSD2CLAUSE
14
LICENSE_FILE=	${WRKSRC}/LICENSE
14
LICENSE_FILE=	${WRKSRC}/LICENSE
15
15
16
NOT_FOR_ARCHS=		powerpc powerpc64 powerpcspe
17
NOT_FOR_ARCHS_REASON=	Must define endianness
18
19
USES=		gmake
16
USES=		gmake
20
USE_LDCONFIG=	${PREFIX}/lib/${PORTNAME}
17
USE_LDCONFIG=	${PREFIX}/lib/${PORTNAME}
21
HAS_CONFIGURE=	yes
18
HAS_CONFIGURE=	yes
(-)files/patch-src_real_prim.h (+11 lines)
Line 0 Link Here
1
--- src/real/prim.h.orig	2019-07-18 20:14:48 UTC
2
+++ src/real/prim.h
3
@@ -106,7 +106,7 @@ int __kernel_rem_pio2(double* x, double* y, int e0, in
4
 /* Detect other BE CPUs */
5
 #if !defined(__IEEE_LITTLE_ENDIAN) && !defined(__IEEE_BIG_ENDIAN)
6
 #if defined(PPCCPU)      || defined(__PPC__) || \
7
-    defined(__powerpc__) || defined(__powerpc64__) \
8
+    defined(__powerpc__) || defined(__powerpc64__) || \
9
     defined(__mips__) || defined(__mips)
10
 #define __IEEE_BIG_ENDIAN
11
 #endif

Return to bug 239298