summaryrefslogtreecommitdiff
path: root/www/wml/patches/patch-ak
diff options
context:
space:
mode:
Diffstat (limited to 'www/wml/patches/patch-ak')
-rw-r--r--www/wml/patches/patch-ak13
1 files changed, 0 insertions, 13 deletions
diff --git a/www/wml/patches/patch-ak b/www/wml/patches/patch-ak
deleted file mode 100644
index 77769c705bc..00000000000
--- a/www/wml/patches/patch-ak
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ak,v 1.2 2008/08/12 20:09:34 tonnerre Exp $
-
---- wml_backend/p1_ipp/ipp.src.orig 2002-04-20 23:26:19.000000000 +0200
-+++ wml_backend/p1_ipp/ipp.src
-@@ -565,6 +565,8 @@ foreach $str (@opt_D) {
- # process the pre-loaded include files
- #
- $tmpdir = $ENV{'TMPDIR'} || '/tmp';
-+my $tmpldir = ($ENV{'TMPDIR'} || '/tmp') . '/ipp.XXXXXX';
-+$tmpdir = mkdtemp($tmpldir) or die "Unable to create temporary directory: $!\n";
- $tmpfile = $tmpdir . "/ipp.$$.tmp";
- unlink($tmpfile);
- $tmp = new IO::File;