diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-05-01 21:51:24 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-05-01 21:51:24 +0000 |
commit | 98f16c166c57d19a518a5d27861050facf475113 (patch) | |
tree | 10294d8c26f2506dec7b63d1864e75107323de58 /editors/openoffice-1.1-devel | |
parent | d32572520472a3abfd594cf380d59fbe7b0661d2 (diff) |
Notes
Diffstat (limited to 'editors/openoffice-1.1-devel')
-rw-r--r-- | editors/openoffice-1.1-devel/files/patch-sysui+oounix+office+gnome-vfs-filetype-registration.cxx | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/editors/openoffice-1.1-devel/files/patch-sysui+oounix+office+gnome-vfs-filetype-registration.cxx b/editors/openoffice-1.1-devel/files/patch-sysui+oounix+office+gnome-vfs-filetype-registration.cxx new file mode 100644 index 000000000000..ce51a0e98880 --- /dev/null +++ b/editors/openoffice-1.1-devel/files/patch-sysui+oounix+office+gnome-vfs-filetype-registration.cxx @@ -0,0 +1,12 @@ +--- ../sysui/oounix/office/gnome/gnome-vfs-filetype-registration.cxx.orig Wed May 1 23:45:49 2002 ++++ ../sysui/oounix/office/gnome/gnome-vfs-filetype-registration.cxx Wed May 1 23:48:17 2002 +@@ -62,7 +62,9 @@ + #include <stdlib.h> + #include <stdio.h> + #include <dlfcn.h> ++#if !(defined NETBSD || defined FREEBSD) + #include <alloca.h> ++#endif + #include <string.h> + + /* |