summaryrefslogtreecommitdiffstats
path: root/icu.7119.s390x.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-03-20 10:47:46 +0100
committerRemi Collet <fedora@famillecollet.com>2013-03-20 10:47:46 +0100
commit7eaf937e26f224836869f17f21d4e8dcc07f2380 (patch)
treee69d89f95147934d9f4081d13e70bf616f14811a /icu.7119.s390x.patch
parent3f927a7f3bb6554cab83c2c0ae8aa2cae01b80cb (diff)
icu: switch to 4.2.1 from RHEL-6
Diffstat (limited to 'icu.7119.s390x.patch')
-rw-r--r--icu.7119.s390x.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/icu.7119.s390x.patch b/icu.7119.s390x.patch
new file mode 100644
index 0000000..b94863c
--- /dev/null
+++ b/icu.7119.s390x.patch
@@ -0,0 +1,12 @@
+diff -ru icu.orig/source/configure.in icu/source/configure.in
+--- icu.orig/source/configure.in 2009-09-01 08:56:46.000000000 +0100
++++ icu/source/configure.in 2009-09-01 10:38:25.000000000 +0100
+@@ -462,7 +462,7 @@
+ # Check to see if genccode can generate simple assembly.
+ GENCCODE_ASSEMBLY=
+ case "${host}" in
+-i*86-*-linux*|x86_64-*-linux*|powerpc*-*-linux*|i*86-*-*bsd*|i*86-pc-gnu)
++*-linux*|i*86-*-*bsd*|i*86-pc-gnu)
+ if test "$GCC" = yes; then
+ # We're using gcc, and the simple -a gcc command line works for genccode
+ GENCCODE_ASSEMBLY="-a gcc"