summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.1
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-03-08 23:13:20 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-03-08 23:13:20 +0000
commit2cdb04602e14a003f7bd3a97d298e78d887a8fff (patch)
tree9d15d7976032ea5a71e61466e34400c505d95536 /editors/openoffice-1.1
parentUse autoconf, remove the ugly configure patch. Do the gcc tests and fix them (diff)
This patch accidently got the second part dublicated
Notes
Notes: svn path=/head/; revision=55748
Diffstat (limited to 'editors/openoffice-1.1')
-rw-r--r--editors/openoffice-1.1/files/patch-tools::inc:solar.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/editors/openoffice-1.1/files/patch-tools::inc:solar.h b/editors/openoffice-1.1/files/patch-tools::inc:solar.h
index c9d50022fef7..61e190e5e5bf 100644
--- a/editors/openoffice-1.1/files/patch-tools::inc:solar.h
+++ b/editors/openoffice-1.1/files/patch-tools::inc:solar.h
@@ -18,12 +18,3 @@
#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]