summaryrefslogtreecommitdiff
path: root/print/kpathsea/patches/patch-ak
diff options
context:
space:
mode:
Diffstat (limited to 'print/kpathsea/patches/patch-ak')
-rw-r--r--print/kpathsea/patches/patch-ak22
1 files changed, 22 insertions, 0 deletions
diff --git a/print/kpathsea/patches/patch-ak b/print/kpathsea/patches/patch-ak
new file mode 100644
index 00000000000..52c0944e9b4
--- /dev/null
+++ b/print/kpathsea/patches/patch-ak
@@ -0,0 +1,22 @@
+$NetBSD: patch-ak,v 1.1 2009/09/20 18:50:03 minskim Exp $
+
+--- mktexlsr.orig 2009-06-03 06:07:21.000000000 -0700
++++ mktexlsr
+@@ -70,7 +70,7 @@ while test $# -gt 0; do
+ exit 0
+ elif test "x$1" = x--version || test "x$1" = x-version; then
+ echo "`basename $0` $version"
+- kpsewhich --version
++ @KPSEWHICH@ --version
+ exit 0
+ elif test "x$1" = x--verbose || test "x$1" = x-verbose; then
+ verbose=true
+@@ -107,7 +107,7 @@ trap 'cd /; test -z "$db_dir_tmp" || rm
+ OIFS=$IFS # want just a newline
+ IFS='
+ '
+- set x `kpsewhich --show-path=ls-R | tr : '
++ set x `@KPSEWHICH@ --show-path=ls-R | tr : '
+ ' | sort | uniq`
+ IFS=$OIFS
+ fi