public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo commit in src/patchsets/texlive/2010/texlive-core: 120_all_noasmpic.patch series
@ 2011-08-19 18:24 Alexis Ballier (aballier)
  0 siblings, 0 replies; only message in thread
From: Alexis Ballier (aballier) @ 2011-08-19 18:24 UTC (permalink / raw
  To: gentoo-commits

aballier    11/08/19 18:24:21

  Modified:             series
  Added:                120_all_noasmpic.patch
  Log:
  add patch to fix texrels, bug #195688 by Magnus Granberg

Revision  Changes    Path
1.10                 src/patchsets/texlive/2010/texlive-core/series

file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2010/texlive-core/series?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2010/texlive-core/series?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2010/texlive-core/series?r1=1.9&r2=1.10

Index: series
===================================================================
RCS file: /var/cvsroot/gentoo/src/patchsets/texlive/2010/texlive-core/series,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- series	30 Jul 2011 19:54:03 -0000	1.9
+++ series	19 Aug 2011 18:24:21 -0000	1.10
@@ -6,3 +6,4 @@
 090_all_xetex_math.patch
 100_all_icu_longflags.patch
 110_all_pdfoutput.patch
+120_all_noasmpic.patch



1.1                  src/patchsets/texlive/2010/texlive-core/120_all_noasmpic.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2010/texlive-core/120_all_noasmpic.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/2010/texlive-core/120_all_noasmpic.patch?rev=1.1&content-type=text/plain

Index: 120_all_noasmpic.patch
===================================================================
Use C code when -fPIC and on x86
by Magnus Granberg zorry@gentoo.org
https://bugs.gentoo.org/show_bug.cgi?id=195688

Index: texlive-20100722-source/texk/web2c/lib/texmfmp.c
===================================================================
--- texlive-20100722-source.orig/texk/web2c/lib/texmfmp.c
+++ texlive-20100722-source/texk/web2c/lib/texmfmp.c
@@ -2428,6 +2428,10 @@ makesrcspecial (strnumber srcfilename, i
 #if defined (__sun__) || defined (__cplusplus)
 #define NO_MF_ASM
 #endif
+/* The assembler code is not PIC safe on i?86 so use C code.  */
+#if defined (__PIC__) && defined (__i386__)
+#define NO_MF_ASM
+#endif
 #if defined(WIN32) && !defined(NO_MF_ASM) && !defined(__MINGW32__)
 #include "lib/mfmpw32.c"
 #elif defined (__i386__) && defined (__GNUC__) && !defined (NO_MF_ASM)






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

only message in thread, other threads:[~2011-08-19 18:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-19 18:24 [gentoo-commits] gentoo commit in src/patchsets/texlive/2010/texlive-core: 120_all_noasmpic.patch series 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