summaryrefslogtreecommitdiff
path: root/debian/patches/02_use-ieee-fp-on-s390-and-m68k.patch
blob: 6d12ffff6255fde8106d3985dd4b8b1fe7d2a69f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Patch that fixes Debian bug #349437.

This patch by David Nusinow.

Index: mesa/src/mesa/main/imports.h
===================================================================
--- mesa.orig/src/mesa/main/imports.h	2008-07-01 15:26:57.000000000 +0300
+++ mesa/src/mesa/main/imports.h	2008-07-01 15:45:49.000000000 +0300
@@ -158,8 +158,9 @@
  *** USE_IEEE: Determine if we're using IEEE floating point
  ***/
 #if defined(__i386__) || defined(__386__) || defined(__sparc__) || \
-    defined(__s390x__) || defined(__powerpc__) || \
+    defined(__s390__) || defined(__s390x__) || defined(__powerpc__) || \
     defined(__x86_64__) || \
+    defined(__m68k__) || \
     defined(ia64) || defined(__ia64__) || \
     defined(__hppa__) || defined(hpux) || \
     defined(__mips) || defined(_MIPS_ARCH) || \