diff options
Diffstat (limited to 'print/texfamily/patches/patch-ab')
-rw-r--r-- | print/texfamily/patches/patch-ab | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/print/texfamily/patches/patch-ab b/print/texfamily/patches/patch-ab new file mode 100644 index 00000000000..4cb9f956c35 --- /dev/null +++ b/print/texfamily/patches/patch-ab @@ -0,0 +1,17 @@ +$NetBSD: patch-ab,v 1.1.1.1 2002/05/31 12:59:56 seb Exp $ + +--- texk/web2c/ptex-src-2.1.10/configure.orig Tue Feb 29 15:25:45 2000 ++++ texk/web2c/ptex-src-2.1.10/configure Tue May 2 19:23:40 2000 +@@ -6,5 +6,5 @@ + + printUsage () { +- echo "Usage: $progname {EUC|JIS|SJIS}" ++ echo "Usage: $progname {EUC|JIS|SJIS} texmf_local_dir" + exit 1 + } +@@ -37,4 +37,4 @@ + export CONFIG_FILES CONFIG_HEADERS + ../config.status +-sed -e "s/@kanjicode@/$kanjicode/" Makefile > $$ && mv -f $$ Makefile ++sed -e "s/@kanjicode@/$kanjicode/" -e "s|@texmflocal@|$2|" Makefile > $$ && mv -f $$ Makefile + exit 0 |