summaryrefslogtreecommitdiff
path: root/converters/docx2txt/patches
diff options
context:
space:
mode:
authoris <is@pkgsrc.org>2013-01-05 20:36:58 +0000
committeris <is@pkgsrc.org>2013-01-05 20:36:58 +0000
commit6776a554870ee5e18e7b12dfc2761b2f90ec9f75 (patch)
tree91d423dd925727e0990cd95545ce147c821b5dfc /converters/docx2txt/patches
parent4c79e03dc2520976bd8663a121db66318f9b5634 (diff)
downloadpkgsrc-6776a554870ee5e18e7b12dfc2761b2f90ec9f75.tar.gz
docx to text converter.
Diffstat (limited to 'converters/docx2txt/patches')
-rw-r--r--converters/docx2txt/patches/patch-docx2txt.pl13
1 files changed, 13 insertions, 0 deletions
diff --git a/converters/docx2txt/patches/patch-docx2txt.pl b/converters/docx2txt/patches/patch-docx2txt.pl
new file mode 100644
index 00000000000..7f48f574ca3
--- /dev/null
+++ b/converters/docx2txt/patches/patch-docx2txt.pl
@@ -0,0 +1,13 @@
+$NetBSD: patch-docx2txt.pl,v 1.1 2013/01/05 20:36:58 is Exp $
+
+--- docx2txt.pl.orig 2012-01-14 12:09:40.000000000 +0000
++++ docx2txt.pl
+@@ -129,7 +129,7 @@ if ($ENV{OS} =~ /^Windows/ && !(exists $
+ $userConfigDir = $ENV{HOME};
+ $systemConfigDir = "/etc";
+
+- $config_tempDir = "/tmp";
++ $config_tempDir = $ENV{TMPDIR} || "/tmp";
+ }
+
+