public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/kpathsea/files: invocname.patch
@ 2011-06-28 15:51 Alexis Ballier (aballier)
  0 siblings, 0 replies; only message in thread
From: Alexis Ballier (aballier) @ 2011-06-28 15:51 UTC (permalink / raw
  To: gentoo-commits

aballier    11/06/28 15:51:45

  Added:                invocname.patch
  Log:
  bump to the version from TeX Live 2011 pretest to allow a smoother upgrade. Disable, again, largefile as it seems to cause problems on some arches.
  
  (Portage version: 2.2.0_alpha41/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  dev-libs/kpathsea/files/invocname.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kpathsea/files/invocname.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/kpathsea/files/invocname.patch?rev=1.1&content-type=text/plain

Index: invocname.patch
===================================================================
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 */
 






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-06-28 15:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-28 15:51 [gentoo-commits] gentoo-x86 commit in dev-libs/kpathsea/files: invocname.patch Alexis Ballier (aballier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox