From 5f6e7f6949fe1fba17b53a04af5b465f19b9b17d Mon Sep 17 00:00:00 2001 From: Martin Blapp Date: Fri, 18 Oct 2002 22:41:42 +0000 Subject: First step to make this port working. Configure works and all patches apply now. There are still some compile errors to fix. As you may see the patchnames are very long, but that makes maintaining patches a lot easier. --- .../files/patch-tools::inc:solar.h | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 editors/openoffice-3-devel/files/patch-tools::inc:solar.h (limited to 'editors/openoffice-3-devel/files/patch-tools::inc:solar.h') diff --git a/editors/openoffice-3-devel/files/patch-tools::inc:solar.h b/editors/openoffice-3-devel/files/patch-tools::inc:solar.h deleted file mode 100644 index 61e190e5e5bf..000000000000 --- a/editors/openoffice-3-devel/files/patch-tools::inc:solar.h +++ /dev/null @@ -1,20 +0,0 @@ ---- ../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] -- cgit v1.2.3