mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-tex/metapost: remove unused patch
This commit is contained in:
committed by
Alexis Ballier
parent
1c778c79ea
commit
81d69a4f9e
@@ -1,13 +0,0 @@
|
||||
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. */
|
||||
Reference in New Issue
Block a user