diff options
author | mbr <mbr@FreeBSD.org> | 2002-05-02 05:51:24 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-05-02 05:51:24 +0800 |
commit | d1a515fa0190109ab1ee5eecddd47c87d3056f54 (patch) | |
tree | 44cc2846d56a4cb68e31190eab768cf428ccd6c4 /editors/openoffice.org-3-RC | |
parent | 0bd6b2ebb41581a64aba195df41df1a259375bf3 (diff) | |
download | freebsd-ports-gnome-d1a515fa0190109ab1ee5eecddd47c87d3056f54.tar.gz freebsd-ports-gnome-d1a515fa0190109ab1ee5eecddd47c87d3056f54.tar.zst freebsd-ports-gnome-d1a515fa0190109ab1ee5eecddd47c87d3056f54.zip |
A oounix dir is now used instead of unix. So we need
to apply this patch to two files instead of one.
Diffstat (limited to 'editors/openoffice.org-3-RC')
-rw-r--r-- | editors/openoffice.org-3-RC/files/patch-sysui+oounix+office+gnome-vfs-filetype-registration.cxx | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/editors/openoffice.org-3-RC/files/patch-sysui+oounix+office+gnome-vfs-filetype-registration.cxx b/editors/openoffice.org-3-RC/files/patch-sysui+oounix+office+gnome-vfs-filetype-registration.cxx new file mode 100644 index 000000000000..ce51a0e98880 --- /dev/null +++ b/editors/openoffice.org-3-RC/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> + + /* |