aboutsummaryrefslogtreecommitdiffstats
path: root/editors/openoffice.org-1.1-devel
diff options
context:
space:
mode:
authormbr <mbr@FreeBSD.org>2003-04-04 05:37:44 +0800
committermbr <mbr@FreeBSD.org>2003-04-04 05:37:44 +0800
commitb7a49036a5f25471530cf71987055ab2fd7a565b (patch)
tree31bc0a2b6d706b75451788fa70eec7a463bc4f5d /editors/openoffice.org-1.1-devel
parent7822cd71b19c2cc8f98ba43f9b79e5880ba0a81d (diff)
downloadfreebsd-ports-graphics-b7a49036a5f25471530cf71987055ab2fd7a565b.tar.gz
freebsd-ports-graphics-b7a49036a5f25471530cf71987055ab2fd7a565b.tar.zst
freebsd-ports-graphics-b7a49036a5f25471530cf71987055ab2fd7a565b.zip
Fix crash in Autopilot->Report.
Diffstat (limited to 'editors/openoffice.org-1.1-devel')
-rw-r--r--editors/openoffice.org-1.1-devel/files/patch-sal+osl+unx+tempfile.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/openoffice.org-1.1-devel/files/patch-sal+osl+unx+tempfile.c b/editors/openoffice.org-1.1-devel/files/patch-sal+osl+unx+tempfile.c
new file mode 100644
index 00000000000..76a806b4449
--- /dev/null
+++ b/editors/openoffice.org-1.1-devel/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