[java-1.7.0-openjdk] re-added Patch103 java-1.7.0-openjdk-arm-fixes.patch to try a build

jiri vanek jvanek at fedoraproject.org
Thu Jul 25 15:18:16 UTC 2013


commit b9a0366849bff1b3d32ee24a5ce3b6349f144215
Author: Jiri Vanek <jvanek at jvanek.redhat>
Date:   Thu Jul 25 17:17:36 2013 +0200

    re-added Patch103 java-1.7.0-openjdk-arm-fixes.patch to try a build

 java-1.7.0-openjdk.spec |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/java-1.7.0-openjdk.spec b/java-1.7.0-openjdk.spec
index 1c153f2..2acb51b 100644
--- a/java-1.7.0-openjdk.spec
+++ b/java-1.7.0-openjdk.spec
@@ -225,6 +225,9 @@ Patch100: rhino.patch
 Patch101: %{name}-bitmap.patch
 Patch102: %{name}-size_t.patch
 
+# Patches for Arm
+Patch103: %{name}-arm-fixes.patch
+
 # Disable system LCMS as 2.3.10 security release have fixes for it
 Patch500:  %{name}-disable-system-lcms.patch
 
@@ -494,6 +497,11 @@ tar xzf %{SOURCE7}
 %patch102
 %endif
 
+# Arm fixes
+%ifarch %{arm}
+%patch103
+%endif
+
 # Disable system LCMS2
 %patch500
 


More information about the scm-commits mailing list