diff options
Diffstat (limited to 'dev-tex/metapost/files/invocname.patch')
-rw-r--r-- | dev-tex/metapost/files/invocname.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-tex/metapost/files/invocname.patch b/dev-tex/metapost/files/invocname.patch new file mode 100644 index 00000000000..f269957c2b2 --- /dev/null +++ b/dev-tex/metapost/files/invocname.patch @@ -0,0 +1,13 @@ +Index: source/texk/web2c/lib/setupvar.c +=================================================================== +--- source/texk/web2c/lib/setupvar.c (revision 21623) ++++ source/texk/web2c/lib/setupvar.c (revision 21624) +@@ -23,7 +23,7 @@ + if (conf_val < 0 || (conf_val == 0 && dflt > 0)) { + fprintf (stderr, + "%s: Bad value (%ld) in texmf.cnf for %s, keeping %ld.\n", +- program_invocation_name, ++ kpse_invocation_name, + (long) conf_val, var_name, (long) dflt); + } else { + *var = conf_val; /* We'll make further checks later. */ |