diff options
Diffstat (limited to 'editors/openoffice-1.1')
-rw-r--r-- | editors/openoffice-1.1/files/patch-sal+osl+unx+tempfile.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/openoffice-1.1/files/patch-sal+osl+unx+tempfile.c b/editors/openoffice-1.1/files/patch-sal+osl+unx+tempfile.c new file mode 100644 index 000000000000..76a806b44493 --- /dev/null +++ b/editors/openoffice-1.1/files/patch-sal+osl+unx+tempfile.c @@ -0,0 +1,11 @@ +--- ../sal/osl/unx/tempfile.c.orig Thu Apr 3 21:58:43 2003 ++++ ../sal/osl/unx/tempfile.c Thu Apr 3 21:59:08 2003 +@@ -104,7 +104,7 @@ + if ( !pValue ) + { + pValue = getenv( "TMP" ); +-#if defined(SOLARIS) || defined (LINUX) ++#if defined(SOLARIS) || defined (LINUX) || defined (FREEBSD) + if ( !pValue ) + pValue = P_tmpdir; + #endif |