summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-09-07 10:28:18 +0200
committerAlexis Ballier <aballier@gentoo.org>2016-09-07 10:28:18 +0200
commitee8c1ca1a99a3c50a69bb5080481d7e58f5e33a3 (patch)
treea136e4b5c78e2bd5ae54c9e8770625212c9fa719
parentdev-perl/CryptX: Bump to version 0.39.0 (diff)
parentdev-libs/kpathsea: remove unused patch (diff)
downloadgentoo-ee8c1ca1a99a3c50a69bb5080481d7e58f5e33a3.tar.gz
gentoo-ee8c1ca1a99a3c50a69bb5080481d7e58f5e33a3.tar.bz2
gentoo-ee8c1ca1a99a3c50a69bb5080481d7e58f5e33a3.zip
Merge remote-tracking branch 'github/pr/2235'
-rw-r--r--dev-libs/kpathsea/files/invocname.patch19
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 */
-