aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice.org-3-devel/files/patch-sal+osl+unx+tempfile.c
blob: 76a806b44493aed681d188a6c6b334bce0893d1e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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