summaryrefslogtreecommitdiff
path: root/editors/openoffice/files
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-03-08 16:06:39 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-03-08 16:06:39 +0000
commit64baa5ac91d199d8bfc29183724a800ff150836d (patch)
tree4c91edf91d2ce460dad32169b4484d7f3f04564b /editors/openoffice/files
parentUpgrade to 0.6. (diff)
Add missing typedef and macros. Patch from Carlos F. A. Paniago
<pan@cnpm.embrapa.br>
Notes
Notes: svn path=/head/; revision=55729
Diffstat (limited to 'editors/openoffice/files')
-rw-r--r--editors/openoffice/files/patch-tools::inc:solar.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/editors/openoffice/files/patch-tools::inc:solar.h b/editors/openoffice/files/patch-tools::inc:solar.h
new file mode 100644
index 000000000000..c9d50022fef7
--- /dev/null
+++ b/editors/openoffice/files/patch-tools::inc:solar.h
@@ -0,0 +1,29 @@
+--- ../tools/inc/solar.h 2001/10/12 15:11:03 1.23
++++ ../tools/inc/solar.h 2002/03/03 19:44:00
+@@ -108,7 +108,7 @@
+ #endif
+ typedef short INT16;
+ typedef unsigned short UINT16;
+-#if defined LINUX || defined SCO || defined IRIX || (defined _MSC_VER && _MSC_VER >1200)
++#if defined LINUX || defined SCO || defined IRIX || (defined _MSC_VER && _MSC_VER >1200) || defined FREEBSD
+ typedef signed char INT8;
+ #else
+
+@@ -149,7 +149,7 @@
+
+ /*** misc. macros to leverage platform and compiler differences ********/
+
+-#if (defined ALPHA && !defined WNT) || defined IRIX || defined SOLARIS || defined HPUX || defined NETBSD
++#if (defined ALPHA && !defined WNT) || defined IRIX || defined SOLARIS || defined HPUX || defined NETBSD || defined FREEBSD
+ #define __DELETE(n) delete[]
+ #else
+ #define __DELETE(n) delete[n]
+@@ -149,7 +149,7 @@
+
+ /*** misc. macros to leverage platform and compiler differences ********/
+
+-#if (defined ALPHA && !defined WNT) || defined IRIX || defined SOLARIS || defined HPUX || defined NETBSD
++#if (defined ALPHA && !defined WNT) || defined IRIX || defined SOLARIS || defined HPUX || defined NETBSD || defined FREEBSD
+ #define __DELETE(n) delete[]
+ #else
+ #define __DELETE(n) delete[n]