From 347363f3f2088116a493050aa81f77e9993b03a3 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sat, 6 May 2017 00:38:01 +0200 Subject: Fix FTBFS on Linux based HP-PARisc 32-bit systems. Thanks to John Paul Adrian Glaubitz from FU Berlin for providing access to a corresponding porters' machine. This partially reverts nx-libs commit f6dcf2f. The 'hpux' stuff stays out, the __hppa__ gets re-introduced. --- .../4004_define-USE_IEEE-macro-for-more-platforms.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nx-X11/extras') diff --git a/nx-X11/extras/Mesa.patches_6.4.1/4004_define-USE_IEEE-macro-for-more-platforms.patch b/nx-X11/extras/Mesa.patches_6.4.1/4004_define-USE_IEEE-macro-for-more-platforms.patch index 7db909b91..0a512e6b5 100644 --- a/nx-X11/extras/Mesa.patches_6.4.1/4004_define-USE_IEEE-macro-for-more-platforms.patch +++ b/nx-X11/extras/Mesa.patches_6.4.1/4004_define-USE_IEEE-macro-for-more-platforms.patch @@ -5,12 +5,13 @@ Index: Mesa/src/mesa/main/imports.h =================================================================== --- Mesa.orig/src/mesa/main/imports.h +++ Mesa/src/mesa/main/imports.h -@@ -204,6 +204,8 @@ typedef union { GLfloat f; GLint i; } fi +@@ -204,6 +204,9 @@ typedef union { GLfloat f; GLint i; } fi defined(ia64) || defined(__ia64__) || \ defined(__mips) || defined(_MIPS_ARCH) || \ defined(__arm__) || \ + defined(__aarch64__) || \ + defined(__mc68000__) || \ ++ defined(__hppa__) || \ defined(__sh__) || \ (defined(__alpha__) && (defined(__IEEE_FLOAT) || !defined(VMS))) #define USE_IEEE -- cgit v1.2.3