diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2016-09-03 18:05:02 +0200 |
---|---|---|
committer | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2016-09-03 18:05:02 +0200 |
commit | 1fa5388b497e221dc646edf32cb696732176041a (patch) | |
tree | c1c0f94a15f9b932826df34c4ba0557422dec97e /dev-libs/kpathsea | |
parent | dev-python/mypy: remove version 0.4.1 (diff) | |
download | gentoo-1fa5388b497e221dc646edf32cb696732176041a.tar.gz gentoo-1fa5388b497e221dc646edf32cb696732176041a.tar.bz2 gentoo-1fa5388b497e221dc646edf32cb696732176041a.zip |
dev-libs/kpathsea: remove unused patch
Diffstat (limited to 'dev-libs/kpathsea')
-rw-r--r-- | dev-libs/kpathsea/files/invocname.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-libs/kpathsea/files/invocname.patch b/dev-libs/kpathsea/files/invocname.patch deleted file mode 100644 index 28ccc55a2960..000000000000 --- a/dev-libs/kpathsea/files/invocname.patch +++ /dev/null @@ -1,19 +0,0 @@ -Preserve API for now. This has been renamed for TeX Live 2011. - -Index: texlive-20110627-source/texk/kpathsea/types.h -=================================================================== ---- texlive-20110627-source.orig/texk/kpathsea/types.h -+++ texlive-20110627-source/texk/kpathsea/types.h -@@ -280,8 +280,12 @@ extern KPSEDLL kpathsea kpse_def; - - #undef kpse_invocation_name - #define kpse_invocation_name kpse_def_inst.invocation_name -+#undef program_invocation_name -+#define program_invocation_name kpse_def_inst.invocation_name - #undef kpse_invocation_short_name - #define kpse_invocation_short_name kpse_def_inst.invocation_short_name -+#undef program_invocation_short_name -+#define program_invocation_short_name kpse_def_inst.invocation_short_name - - #endif /* KPSE_COMPAT_API */ - |