The fixed packages don't actually build:
http://buildd.debian.org/~jeroen/status/package.php?p=cfitsio&a=arm

due to mistakes in the patch:

(there is exactly the same problem in the cfitsio3 package too).

this patch fixes those:

--- fitsio2.h.orig      2006-11-22 20:14:37.000000000 -0600
+++ fitsio2.h   2006-11-22 20:16:55.000000000 -0600
@@ -55,7 +55,7 @@
 #  define MACHINE NATIVE
 #  if defined(MIPSEL)
 #    define BYTESWAPPED TRUE
-#  elif
+#  else
 #    define BYTESWAPPED FALSE
 #  endif
 #  if _MIPS_SZLONG == 32
@@ -140,7 +140,7 @@
 #elif defined(__arm__)
 
 /*  ARM Little-endian */
-#undefine MACHINE
+#undef MACHINE
 #define BYTESWAPPED TRUE
  
 #else


Wookey
-- 
Aleph One Ltd, Bottisham, CAMBRIDGE, CB5 9BA, UK  Tel +44 (0) 1223 811679
work: http://www.aleph1.co.uk/                 play: http://wookware.org/


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

Reply via email to