]> git.pld-linux.org Git - packages/icedtea7.git/commitdiff
Never run the problematic 'test_gamma'
authorJacek Konieczny <jajcus@jajcus.net>
Fri, 22 Nov 2013 11:30:50 +0000 (12:30 +0100)
committerJacek Konieczny <jajcus@jajcus.net>
Fri, 22 Nov 2013 11:37:22 +0000 (12:37 +0100)
It is normally disabled on some builds only.

icedtea7-never_test_gamma.patch [new file with mode: 0644]
icedtea7.spec

diff --git a/icedtea7-never_test_gamma.patch b/icedtea7-never_test_gamma.patch
new file mode 100644 (file)
index 0000000..616e4e3
--- /dev/null
@@ -0,0 +1,29 @@
+diff -dur icedtea-2.4.3.orig/Makefile.am icedtea-2.4.3/Makefile.am
+--- icedtea-2.4.3.orig/Makefile.am     2013-10-21 10:17:55.000000000 +0200
++++ icedtea-2.4.3/Makefile.am  2013-11-22 12:07:02.553682646 +0100
+@@ -258,7 +258,8 @@
+ # Patch list
+-ICEDTEA_PATCHES = 
++ICEDTEA_PATCHES = \
++      patches/test_gamma.patch
+ # Conditional patches
+@@ -299,7 +300,6 @@
+ if WITH_PAX
+ ICEDTEA_PATCHES += \
+-      patches/test_gamma.patch \
+       patches/pax-mark-rmic-java.patch
+ endif
+@@ -352,7 +353,6 @@
+ endif
+ if !WITH_PAX
+-ICEDTEA_BOOT_PATCHES += patches/boot/test_gamma.patch
+ endif
+ if CP39408_JAVAH
index 77c633a58fdc0b258c7cd6049a682af216f35239..aa7d7b34df0ee42904fb376f66af97811cfa9df7 100644 (file)
@@ -56,6 +56,7 @@ Source7:      http://icedtea.classpath.org/hg/release/icedtea7-forest-2.4/hotspot/arc
 Source10:      make-cacerts.sh
 Patch0:                %{name}-i486.patch
 Patch1:                %{name}-libpath.patch
+Patch2:                %{name}-never_test_gamma.patch
 URL:           http://icedtea.classpath.org/wiki/Main_Page
 BuildRequires: alsa-lib-devel
 BuildRequires: ant
@@ -394,6 +395,7 @@ PrzykĹ‚ady dla OpenJDK.
 %prep
 %setup -qn icedtea-%{version}
 %patch0 -p1
+%patch2 -p1
 
 # patches to applied to the extracted sources
 install -d pld-patches
This page took 0.298112 seconds and 4 git commands to generate.