summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-1.1-devel/files/patch-sal+inc+osl+endian.h
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice.org-1.1-devel/files/patch-sal+inc+osl+endian.h')
-rw-r--r--editors/openoffice.org-1.1-devel/files/patch-sal+inc+osl+endian.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/editors/openoffice.org-1.1-devel/files/patch-sal+inc+osl+endian.h b/editors/openoffice.org-1.1-devel/files/patch-sal+inc+osl+endian.h
new file mode 100644
index 000000000000..22146c369344
--- /dev/null
+++ b/editors/openoffice.org-1.1-devel/files/patch-sal+inc+osl+endian.h
@@ -0,0 +1,16 @@
+--- ../sal/inc/osl/endian.h.orig Thu May 8 19:38:17 2003
++++ ../sal/inc/osl/endian.h Thu May 8 19:40:11 2003
+@@ -108,13 +108,6 @@
+
+ #ifdef FREEBSD
+ # include <machine/endian.h>
+-# if BYTE_ORDER == LITTLE_ENDIAN
+-# define _LITTLE_ENDIAN
+-# elif BYTE_ORDER == BIG_ENDIAN
+-# define _BIG_ENDIAN
+-# elif BYTE_ORDER == PDP_ENDIAN
+-# define _PDP_ENDIAN
+-# endif
+ #endif
+
+ #ifdef SCO