[pkg-java] r18523 - trunk/gluegen2/debian/patches

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Oct 7 12:02:35 UTC 2014


Author: ebourg-guest
Date: 2014-10-07 12:02:35 +0000 (Tue, 07 Oct 2014)
New Revision: 18523

Modified:
   trunk/gluegen2/debian/patches/add-mips-support.patch
Log:
Updated the mips patch for the version 2.2.0



Modified: trunk/gluegen2/debian/patches/add-mips-support.patch
===================================================================
--- trunk/gluegen2/debian/patches/add-mips-support.patch	2014-10-03 15:50:59 UTC (rev 18522)
+++ trunk/gluegen2/debian/patches/add-mips-support.patch	2014-10-07 12:02:35 UTC (rev 18523)
@@ -153,10 +153,10 @@
                  }
                  break;
 +            case MIPS_32:
-+                _os_and_arch = "mips";
++                _and_arch_tmp = "mips";
 +                break;
 +            case MIPSEL_32:
-+                _os_and_arch = "mipsel";
++                _and_arch_tmp = "mipsel";
 +                break;
              case SPARC_32:
                  _and_arch_tmp = "sparc";




More information about the pkg-java-commits mailing list