X Strike Force X.Org X11 SVN commit: r1193 - in branches/modular/lib/mesa-6.4.1: debian src/mesa/main
Author: dnusinow
Date: 2006-02-11 18:00:27 -0500 (Sat, 11 Feb 2006)
New Revision: 1193
Modified:
branches/modular/lib/mesa-6.4.1/debian/changelog
branches/modular/lib/mesa-6.4.1/src/mesa/main/imports.h
Log:
Add m68k to previous fix to fix its FTBFS also
Modified: branches/modular/lib/mesa-6.4.1/debian/changelog
===================================================================
--- branches/modular/lib/mesa-6.4.1/debian/changelog 2006-02-11 22:48:47 UTC (rev 1192)
+++ branches/modular/lib/mesa-6.4.1/debian/changelog 2006-02-11 23:00:27 UTC (rev 1193)
@@ -1,10 +1,10 @@
mesa (6.4.1-0.3) unstable; urgency=low
* NMU
- * Add s390 to the USE_IEEE test in src/mesa/main/imports.h.
+ * Add s390 and m68k 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
+ -- David Nusinow <dnusinow@debian.org> Sat, 11 Feb 2006 17:59:26 -0500
mesa (6.4.1-0.2) unstable; urgency=low
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-11 22:48:47 UTC (rev 1192)
+++ branches/modular/lib/mesa-6.4.1/src/mesa/main/imports.h 2006-02-11 23:00:27 UTC (rev 1193)
@@ -201,6 +201,7 @@
#if defined(__i386__) || defined(__386__) || defined(__sparc__) || \
defined(__s390x__) || defined(__s390__) || defined(__powerpc__) || \
defined(__amd64__) || \
+ defined(__m68k__) || \
defined(ia64) || defined(__ia64__) || \
defined(__hppa__) || defined(hpux) || \
defined(__mips) || defined(_MIPS_ARCH) || \
Reply to: