summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Nusinow <dnusinow@debian.org>2006-02-09 01:24:52 +0000
committerDavid Nusinow <dnusinow@debian.org>2006-02-09 01:24:52 +0000
commit1ba0a927021abce585b894848ca87d7e114ed136 (patch)
tree48875b2171c124e0aec36d1a857ff15ece69f535
parent065d5a8d17ae43bebb975caba59ac9444ae39731 (diff)
downloadmesa-1ba0a927021abce585b894848ca87d7e114ed136.tar.gz
* Add s390 to the USE_IEEE test in src/mesa/main/imports.h.
(closes: #349437)
-rw-r--r--debian/changelog8
-rw-r--r--src/mesa/main/imports.h2
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index e515993a277..3ddcb560a9e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+mesa (6.4.1-0.3) unstable; urgency=low
+
+ * NMU
+ * Add s390 to the USE_IEEE test in src/mesa/main/imports.h.
+ (closes: #349437)
+
+ -- David Nusinow <dnusinow@debian.org> Wed, 8 Feb 2006 20:24:40 -0500
+
mesa (6.4.1-0.2) unstable; urgency=low
* NMU
diff --git a/src/mesa/main/imports.h b/src/mesa/main/imports.h
index 37e808fc489..91d9a7fb895 100644
--- a/src/mesa/main/imports.h
+++ b/src/mesa/main/imports.h
@@ -199,7 +199,7 @@ typedef union { GLfloat f; GLint i; } fi_type;
*** USE_IEEE: Determine if we're using IEEE floating point
***/
#if defined(__i386__) || defined(__386__) || defined(__sparc__) || \
- defined(__s390x__) || defined(__powerpc__) || \
+ defined(__s390x__) || defined(__s390__) || defined(__powerpc__) || \
defined(__amd64__) || \
defined(ia64) || defined(__ia64__) || \
defined(__hppa__) || defined(hpux) || \