diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2003-06-07 22:09:48 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2003-06-07 22:09:48 +0000 |
commit | 5191c1d5a85d6037d951f877eee67b94b669da7e (patch) | |
tree | 57007548daed9ef31884fdbe9398458989db24a3 /editors/openoffice-1.1-devel/files/patch-sal+osl+unx+tempfile.c | |
parent | Upgrade to OO1.1 beta2. (diff) |
Upgrade to OO1.1 beta2.
Diffstat (limited to 'editors/openoffice-1.1-devel/files/patch-sal+osl+unx+tempfile.c')
-rw-r--r-- | editors/openoffice-1.1-devel/files/patch-sal+osl+unx+tempfile.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/openoffice-1.1-devel/files/patch-sal+osl+unx+tempfile.c b/editors/openoffice-1.1-devel/files/patch-sal+osl+unx+tempfile.c deleted file mode 100644 index 76a806b44493..000000000000 --- a/editors/openoffice-1.1-devel/files/patch-sal+osl+unx+tempfile.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ../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 |