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

aballier    13/04/21 18:51:56

  Modified:             series
  Added:                120_all_icu_sparc.patch
  Log:
  Fix bundled icu build on sparc, bug #466700. Patch ported from icu upstream.

Revision  Changes    Path
1.4                  src/patchsets/texlive/2012/texlive-core/series

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

Index: series
===================================================================
RCS file: /var/cvsroot/gentoo/src/patchsets/texlive/2012/texlive-core/series,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- series	18 Apr 2013 08:40:38 -0000	1.3
+++ series	21 Apr 2013 18:51:56 -0000	1.4
@@ -2,3 +2,4 @@
 080_all_a2ping_invocation.patch
 090_all_updmap_normalize.patch
 100_all_icu_pkgdata_buffer.patch
+120_all_icu_sparc.patch



1.1                  src/patchsets/texlive/2012/texlive-core/120_all_icu_sparc.patch

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

Index: 120_all_icu_sparc.patch
===================================================================
Grabbed from the diff between icu 49.1.2 and icu 51.1
https://bugs.gentoo.org/show_bug.cgi?id=466700

Fix (bundled) icu build on sparc.


Index: texlive-20120701-source/libs/icu/icu-49.1/common/unicode/platform.h
===================================================================
--- texlive-20120701-source.orig/libs/icu/icu-49.1/common/unicode/platform.h
+++ texlive-20120701-source/libs/icu/icu-49.1/common/unicode/platform.h
@@ -349,6 +349,10 @@
 #elif U_PLATFORM == U_PF_OS390 || U_PLATFORM == U_PF_OS400
     /* These platforms do not appear to predefine any endianness macros. */
 #   define U_IS_BIG_ENDIAN 1
+#elif defined(sparc) || defined(__sparc) || defined(__sparc__)
+   /* Some sparc based systems (e.g. Linux) do not predefine any endianness
+    * macros. */
+#   define U_IS_BIG_ENDIAN 1
 #else
 #   define U_IS_BIG_ENDIAN 0
 #endif





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

only message in thread, other threads:[~2013-04-21 18:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-21 18:51 [gentoo-commits] gentoo commit in src/patchsets/texlive/2012/texlive-core: 120_all_icu_sparc.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