summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Nusinow <dnusinow@debian.org>2006-02-11 23:00:27 +0000
committerDavid Nusinow <dnusinow@debian.org>2006-02-11 23:00:27 +0000
commit99688cd051faa2a221ef70e081cbad2ab26f208b (patch)
tree6662d42acf1427a8af37cb955a104a74dc7333bc
parent1ba0a927021abce585b894848ca87d7e114ed136 (diff)
downloadmesa-99688cd051faa2a221ef70e081cbad2ab26f208b.tar.gz
Add m68k to previous fix to fix its FTBFS also
-rw-r--r--debian/changelog4
-rw-r--r--src/mesa/main/imports.h1
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 3ddcb560a9e..38a06ab6c2f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/src/mesa/main/imports.h b/src/mesa/main/imports.h
index 91d9a7fb895..6436cdbf59c 100644
--- a/src/mesa/main/imports.h
+++ b/src/mesa/main/imports.h
@@ -201,6 +201,7 @@ typedef union { GLfloat f; GLint i; } fi_type;
#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) || \