Author: dnusinow
Date: 2006-02-08 20:24:52 -0500 (Wed, 08 Feb 2006)
New Revision: 1174

Modified:
   branches/modular/lib/mesa-6.4.1/debian/changelog
   branches/modular/lib/mesa-6.4.1/src/mesa/main/imports.h
Log:
* Add s390 to the USE_IEEE test in src/mesa/main/imports.h. 
  (closes: #349437)


Modified: branches/modular/lib/mesa-6.4.1/debian/changelog
===================================================================
--- branches/modular/lib/mesa-6.4.1/debian/changelog    2006-02-08 23:11:41 UTC 
(rev 1173)
+++ branches/modular/lib/mesa-6.4.1/debian/changelog    2006-02-09 01:24:52 UTC 
(rev 1174)
@@ -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 <[EMAIL PROTECTED]>  Wed,  8 Feb 2006 20:24:40 -0500
+
 mesa (6.4.1-0.2) unstable; urgency=low
 
   * NMU

Modified: branches/modular/lib/mesa-6.4.1/src/mesa/main/imports.h
===================================================================
--- branches/modular/lib/mesa-6.4.1/src/mesa/main/imports.h     2006-02-08 
23:11:41 UTC (rev 1173)
+++ branches/modular/lib/mesa-6.4.1/src/mesa/main/imports.h     2006-02-09 
01:24:52 UTC (rev 1174)
@@ -199,7 +199,7 @@
  *** 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) || \


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to