ports/devel/libffcall/files/extra-patch-ffcall-abi.h
Mark Linimon b79a1674b4 Remove stray defined(__arch64__) to fix build on powerpc64.
PR:		231785
Submitted by:	Piotr Kubaj
Approved by:	maintainer
2018-11-24 08:30:49 +00:00

11 lines
294 B
C

--- ffcall-abi.h.orig 2018-11-18 21:47:39 UTC
+++ ffcall-abi.h
@@ -75,7 +75,7 @@
#endif
#endif
#ifndef __sparc64__
-#if defined(__sparcv9) /* GCC/Solaris, Sun C */ || defined(__arch64__) /* GCC/Linux */
+#if defined(__sparcv9) /* GCC/Solaris, Sun C */
#define __sparc64__ 1
#endif
#endif