diff options
Diffstat (limited to 'graphics/inventor/files/patch-machine.h')
-rw-r--r-- | graphics/inventor/files/patch-machine.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/graphics/inventor/files/patch-machine.h b/graphics/inventor/files/patch-machine.h deleted file mode 100644 index 1279ab8c1380..000000000000 --- a/graphics/inventor/files/patch-machine.h +++ /dev/null @@ -1,20 +0,0 @@ ---- lib/database/include/machine.h.orig 2003-07-12 00:40:53.000000000 +0200 -+++ lib/database/include/machine.h 2011-06-08 14:30:26.000000000 +0200 -@@ -143,7 +143,7 @@ - * Linux i386/ia64 machine dependent setup - */ - --#if __i386__ || __ia64__ -+#if __i386__ || __ia64__ || __amd64__ - - #define MACHINE_WORD_FORMAT DGL_LITTLE_ENDIAN - #define MACHINE_FLOAT_FORMAT DGL_NON_IEEE -@@ -321,7 +321,7 @@ - */ - - #if MACHINE_FLOAT_FORMAT == DGL_NON_IEEE --#if __i386__ || __ia64__ -+#if __i386__ || __ia64__ || __amd64__ - void mem_hton_float(float *t, float *f); - void mem_ntoh_float(float *t, float *f); - void mem_hton_double(double *t, double *f); |