diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-07-31 10:29:23 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-07-31 10:29:23 +0000 |
commit | ab4fe95bea7e9abec7c7d03f1bdfd6c61ba76c30 (patch) | |
tree | a7e96f72685cbf60e8c0d98937669dac81b4c522 /editors/openoffice.org-2-devel | |
parent | 61d498911b7611c4d4c1f00a046d4782a3ccbaee (diff) | |
download | ports-ab4fe95bea7e9abec7c7d03f1bdfd6c61ba76c30.tar.gz ports-ab4fe95bea7e9abec7c7d03f1bdfd6c61ba76c30.zip |
Notes
Diffstat (limited to 'editors/openoffice.org-2-devel')
-rw-r--r-- | editors/openoffice.org-2-devel/files/patch-dtrans+source+X11+X11_selection.cxx | 11 | ||||
-rw-r--r-- | editors/openoffice.org-2-devel/files/patch-sc+source+core+data+cell.cxx | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/editors/openoffice.org-2-devel/files/patch-dtrans+source+X11+X11_selection.cxx b/editors/openoffice.org-2-devel/files/patch-dtrans+source+X11+X11_selection.cxx new file mode 100644 index 000000000000..5e02222798cc --- /dev/null +++ b/editors/openoffice.org-2-devel/files/patch-dtrans+source+X11+X11_selection.cxx @@ -0,0 +1,11 @@ +--- ../dtrans/source/X11/X11_selection.cxx.orig Sat Jul 20 23:18:03 2002 ++++ ../dtrans/source/X11/X11_selection.cxx Sat Jul 20 23:18:05 2002 +@@ -65,7 +65,7 @@ + #include <X11/keysym.h> + #include <X11/Xlib.h> + #include <X11/Xutil.h> +-#if defined(LINUX) || defined(NETBSD) ++#if defined(LINUX) || defined(NETBSD) || defined (FREEBSD) + #include <sys/poll.h> + #else + #include <poll.h> diff --git a/editors/openoffice.org-2-devel/files/patch-sc+source+core+data+cell.cxx b/editors/openoffice.org-2-devel/files/patch-sc+source+core+data+cell.cxx new file mode 100644 index 000000000000..529f67a3e35f --- /dev/null +++ b/editors/openoffice.org-2-devel/files/patch-sc+source+core+data+cell.cxx @@ -0,0 +1,11 @@ +--- ../sc/source/core/data/cell.cxx.orig Sun Jul 21 00:39:25 2002 ++++ ../sc/source/core/data/cell.cxx Sun Jul 21 00:39:26 2002 +@@ -75,7 +75,7 @@ + #include <mac_end.h> + #endif + +-#ifdef SOLARIS ++#if defined (SOLARIS) || defined (FREEBSD) + #include <ieeefp.h> + #elif ( defined ( LINUX ) && ( GLIBC < 2 ) ) + #include <i386/ieeefp.h> |