[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force X.Org X11 SVN commit: r3496 - in trunk/lib/mesa: debian src/mesa/main



Author: dnusinow
Date: 2006-09-25 20:32:06 -0400 (Mon, 25 Sep 2006)
New Revision: 3496

Modified:
   trunk/lib/mesa/debian/changelog
   trunk/lib/mesa/src/mesa/main/imports.h
Log:
* Re-add s390 and m68k to the USE_IEEE test in src/mesa/main/imports.h. This
  package seriously needs to store patches somewhere that are easy to find
  and re-apply.

Modified: trunk/lib/mesa/debian/changelog
===================================================================
--- trunk/lib/mesa/debian/changelog	2006-09-26 00:21:52 UTC (rev 3495)
+++ trunk/lib/mesa/debian/changelog	2006-09-26 00:32:06 UTC (rev 3496)
@@ -10,8 +10,11 @@
     to find drm.h
   * Make sure that libGl looks for the dri drivers in the proper location. Do
     this by setting the appropriate variables in the debian config
+  * Re-add s390 and m68k to the USE_IEEE test in src/mesa/main/imports.h. This
+    package seriously needs to store patches somewhere that are easy to find
+    and re-apply.
 
- -- David Nusinow <dnusinow@debian.org>  Sun, 24 Sep 2006 22:24:58 -0400
+ -- David Nusinow <dnusinow@debian.org>  Mon, 25 Sep 2006 20:31:23 -0400
 
 mesa (6.5.0.cvs.20060524-1.1) unstable; urgency=medium
 

Modified: trunk/lib/mesa/src/mesa/main/imports.h
===================================================================
--- trunk/lib/mesa/src/mesa/main/imports.h	2006-09-26 00:21:52 UTC (rev 3495)
+++ trunk/lib/mesa/src/mesa/main/imports.h	2006-09-26 00:32:06 UTC (rev 3496)
@@ -153,6 +153,7 @@
     defined(__mips) || defined(_MIPS_ARCH) || \
     defined(__arm__) || \
     defined(__sh__) || defined(__m32r__) || \
+    defined(__m68k__) || defined(__s390__) \
     (defined(__alpha__) && (defined(__IEEE_FLOAT) || !defined(VMS)))
 #define USE_IEEE
 #define IEEE_ONE 0x3f800000



Reply to: