openbsd-ports/math/cfitsio/patches/patch-fitsio2_h
kn 53a4179f03 regen patch
(offset 30 lines)
2019-05-03 13:32:57 +00:00

14 lines
583 B
Plaintext

$OpenBSD: patch-fitsio2_h,v 1.3 2019/05/03 13:32:57 kn Exp $
Index: fitsio2.h
--- fitsio2.h.orig
+++ fitsio2.h
@@ -58,6 +58,8 @@ extern int Fitsio_Pthread_Status;
#define MINDIRECT 8640 /* minimum size for direct reads and writes */
/* MINDIRECT must have a value >= 8640 */
+#undef MACHINE /* OpenBSD <machine/param.h> */
+
/* it is useful to identify certain specific types of machines */
#define NATIVE 0 /* machine that uses non-byteswapped IEEE formats */
#define OTHERTYPE 1 /* any other type of machine */