diff options
author | mbr <mbr@FreeBSD.org> | 2002-03-08 23:43:16 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-03-08 23:43:16 +0800 |
commit | 7a239cc3486ea01a3074f514785294f8ad6aeeb1 (patch) | |
tree | ed331035a020f6998cc28300de4f0795186e482f /editors/openoffice-3 | |
parent | bfab70b689197af74a570690ceb1034f1f91f4c8 (diff) | |
download | freebsd-ports-gnome-7a239cc3486ea01a3074f514785294f8ad6aeeb1.tar.gz freebsd-ports-gnome-7a239cc3486ea01a3074f514785294f8ad6aeeb1.tar.zst freebsd-ports-gnome-7a239cc3486ea01a3074f514785294f8ad6aeeb1.zip |
We do not have alloca.h
Diffstat (limited to 'editors/openoffice-3')
-rw-r--r-- | editors/openoffice-3/files/patch-gnome-vfs-filetype-registration.cxx | 12 | ||||
-rw-r--r-- | editors/openoffice-3/files/patch-sysui::unix::office::gnome::gnome-vfs-filetype-registration.cxx | 12 |
2 files changed, 24 insertions, 0 deletions
diff --git a/editors/openoffice-3/files/patch-gnome-vfs-filetype-registration.cxx b/editors/openoffice-3/files/patch-gnome-vfs-filetype-registration.cxx new file mode 100644 index 000000000000..66b7dfe1f73d --- /dev/null +++ b/editors/openoffice-3/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-3/files/patch-sysui::unix::office::gnome::gnome-vfs-filetype-registration.cxx b/editors/openoffice-3/files/patch-sysui::unix::office::gnome::gnome-vfs-filetype-registration.cxx new file mode 100644 index 000000000000..66b7dfe1f73d --- /dev/null +++ b/editors/openoffice-3/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> + + /* |