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

  • From: zooey@xxxxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sun, 25 Apr 2010 12:44:58 +0200 (CEST)

Author: zooey
Date: 2010-04-25 12:44:58 +0200 (Sun, 25 Apr 2010)
New Revision: 36464
Changeset: http://dev.haiku-os.org/changeset/36464/haiku
Ticket: http://dev.haiku-os.org/ticket/5794

Modified:
   haiku/trunk/build/jam/OptionalPackages
Log:
fix #5794 by removing the undesired link in gcc4 archive
* updated optional package for gcc4 to point to an archive without that link


Modified: haiku/trunk/build/jam/OptionalPackages
===================================================================
--- haiku/trunk/build/jam/OptionalPackages      2010-04-25 10:04:53 UTC (rev 
36463)
+++ haiku/trunk/build/jam/OptionalPackages      2010-04-25 10:44:58 UTC (rev 
36464)
@@ -427,8 +427,8 @@
        }
 
        if $(HAIKU_GCC_VERSION[1]) = 4 || $(isHybridBuild) {
-               InstallOptionalHaikuImagePackage 
gcc-4.3.3-r1a2-x86-gcc4-2010-04-22.zip
-                       : $(baseURL)/gcc-4.3.3-r1a2-x86-gcc4-2010-04-22.zip ;
+               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 ;
        }
 
        if $(HAIKU_GCC_VERSION[1]) = 4 {


Other related posts:

  • » [haiku-commits] r36464 - haiku/trunk/build/jam - zooey