summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.0/files/patch-sal+inc+osl+endian.h
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2005-08-29 01:32:13 +0000
committerMaho Nakata <maho@FreeBSD.org>2005-08-29 01:32:13 +0000
commit1e4dcdff78191f7dde8aa68e6f00c821550d9f79 (patch)
tree1e9b16195d29630edbff4661c144dc449b319e7f /editors/openoffice-1.0/files/patch-sal+inc+osl+endian.h
parentmove from editors/openoffice-* to editors/openoffice.org-* (diff)
After repocopied by PR 85372, old ports must be
removed. PR: 85372
Notes
Notes: svn path=/head/; revision=141220
Diffstat (limited to 'editors/openoffice-1.0/files/patch-sal+inc+osl+endian.h')
-rw-r--r--editors/openoffice-1.0/files/patch-sal+inc+osl+endian.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/editors/openoffice-1.0/files/patch-sal+inc+osl+endian.h b/editors/openoffice-1.0/files/patch-sal+inc+osl+endian.h
deleted file mode 100644
index 7f709a502e81..000000000000
--- a/editors/openoffice-1.0/files/patch-sal+inc+osl+endian.h
+++ /dev/null
@@ -1,20 +0,0 @@
---- sal/inc/osl/endian.h.orig Thu May 8 20:19:09 2003
-+++ sal/inc/osl/endian.h Thu May 8 20:29:00 2003
-@@ -107,7 +107,9 @@
- #endif
-
- #ifdef FREEBSD
-+# include <sys/param.h>
- # include <machine/endian.h>
-+#if __FreeBSD_version < 500000
- # if BYTE_ORDER == LITTLE_ENDIAN
- # define _LITTLE_ENDIAN
- # elif BYTE_ORDER == BIG_ENDIAN
-@@ -115,6 +117,7 @@
- # elif BYTE_ORDER == PDP_ENDIAN
- # define _PDP_ENDIAN
- # endif
-+#endif
- #endif
-
- #ifdef SCO