Skip to content
Snippets Groups Projects
Commit 99688cd0 authored by David Nusinow's avatar David Nusinow
Browse files

Add m68k to previous fix to fix its FTBFS also

parent 1ba0a927
No related branches found
No related tags found
Loading
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
......
......@@ -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) || \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment