summaryrefslogtreecommitdiff
path: root/editors/openoffice/files
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-03-08 15:43:16 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-03-08 15:43:16 +0000
commit8022072e4a1c3e95a84a25b95e165b272aa410bf (patch)
tree1888ef418bb9d389574701c388ae1f453e463f8b /editors/openoffice/files
parentUpgrade to 1.0.8a. (diff)
We do not have alloca.h
Notes
Notes: svn path=/head/; revision=55727
Diffstat (limited to 'editors/openoffice/files')
-rw-r--r--editors/openoffice/files/patch-gnome-vfs-filetype-registration.cxx12
-rw-r--r--editors/openoffice/files/patch-sysui::unix::office::gnome::gnome-vfs-filetype-registration.cxx12
2 files changed, 24 insertions, 0 deletions
diff --git a/editors/openoffice/files/patch-gnome-vfs-filetype-registration.cxx b/editors/openoffice/files/patch-gnome-vfs-filetype-registration.cxx
new file mode 100644
index 000000000000..66b7dfe1f73d
--- /dev/null
+++ b/editors/openoffice/files/patch-gnome-vfs-filetype-registration.cxx
@@ -0,0 +1,12 @@
+--- ../sysui/unix/office/gnome/gnome-vfs-filetype-registration.cxx 2001/11/01 13:26:23 1.2
++++ ../sysui/unix/office/gnome/gnome-vfs-filetype-registration.cxx 2002/03/03 19:43:31
+@@ -62,7 +62,9 @@
+ #include <stdlib.h>
+ #include <stdio.h>
+ #include <dlfcn.h>
++#if !defined(FREEBSD)
+ #include <alloca.h>
++#endif
+ #include <string.h>
+
+ /*
diff --git a/editors/openoffice/files/patch-sysui::unix::office::gnome::gnome-vfs-filetype-registration.cxx b/editors/openoffice/files/patch-sysui::unix::office::gnome::gnome-vfs-filetype-registration.cxx
new file mode 100644
index 000000000000..66b7dfe1f73d
--- /dev/null
+++ b/editors/openoffice/files/patch-sysui::unix::office::gnome::gnome-vfs-filetype-registration.cxx
@@ -0,0 +1,12 @@
+--- ../sysui/unix/office/gnome/gnome-vfs-filetype-registration.cxx 2001/11/01 13:26:23 1.2
++++ ../sysui/unix/office/gnome/gnome-vfs-filetype-registration.cxx 2002/03/03 19:43:31
+@@ -62,7 +62,9 @@
+ #include <stdlib.h>
+ #include <stdio.h>
+ #include <dlfcn.h>
++#if !defined(FREEBSD)
+ #include <alloca.h>
++#endif
+ #include <string.h>
+
+ /*