[haiku-commits] r36513 - haiku/trunk/build/jam

  • From: joe.prostko@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Wed, 28 Apr 2010 06:28:28 +0200 (CEST)

Author: jprostko
Date: 2010-04-28 06:28:28 +0200 (Wed, 28 Apr 2010)
New Revision: 36513
Changeset: http://dev.haiku-os.org/changeset/36513/haiku

Modified:
   haiku/trunk/build/jam/OptionalPackages
Log:
Updated GCC4 package to one without a libiconv dependency

Modified: haiku/trunk/build/jam/OptionalPackages
===================================================================
--- haiku/trunk/build/jam/OptionalPackages      2010-04-28 02:16:20 UTC (rev 
36512)
+++ haiku/trunk/build/jam/OptionalPackages      2010-04-28 04:28:28 UTC (rev 
36513)
@@ -428,8 +428,8 @@
        }
 
        if $(HAIKU_GCC_VERSION[1]) = 4 || $(isHybridBuild) {
-               InstallOptionalHaikuImagePackage 
gcc-4.3.3-r1a2-x86-gcc4-2010-04-22-1.zip
-                       : $(baseURL)/gcc-4.3.3-r1a2-x86-gcc4-2010-04-22-1.zip ;
+               InstallOptionalHaikuImagePackage 
gcc-4.3.3-r1a2-x86-gcc4-2010-04-25.zip
+                       : $(baseURL)/gcc-4.3.3-r1a2-x86-gcc4-2010-04-25.zip ;
        }
 
        if $(HAIKU_GCC_VERSION[1]) = 4 {


Other related posts:

  • » [haiku-commits] r36513 - haiku/trunk/build/jam - joe . prostko