public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexis Ballier (aballier)" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo commit in src/patchsets/texlive/2010/texlive-core: 120_all_noasmpic.patch series
Date: Fri, 19 Aug 2011 18:24:21 +0000 (UTC)	[thread overview]
Message-ID: <20110819182421.9CD922004C@flycatcher.gentoo.org> (raw)

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)






                 reply	other threads:[~2011-08-19 18:24 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110819182421.9CD922004C@flycatcher.gentoo.org \
    --to=aballier@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox