[haiku-commits] haiku: hrev43784 - build/jam

  • From: superstippi@xxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 25 Feb 2012 17:35:13 +0100 (CET)

hrev43784 adds 1 changeset to branch 'master'
old head: 15f3f679cb406eb7b1439b2dd0bed631cd445d94
new head: 0ef4598ff0bc5cb3511bc2ec4d997f28132b27df

----------------------------------------------------------------------------

0ef4598: Updated Clockwerk optional packages for gcc2 and gcc4.
   * Changes to the layout API broke the old packages.
   * The update to GCC4.6 broke compiling.

                                      [ Stephan Aßmus <superstippi@xxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev43784
Commit:      0ef4598ff0bc5cb3511bc2ec4d997f28132b27df
URL:         http://cgit.haiku-os.org/haiku/commit/?id=0ef4598
Author:      Stephan Aßmus <superstippi@xxxxxx>
Date:        Sat Feb 25 16:33:26 2012 UTC

----------------------------------------------------------------------------

1 files changed, 4 insertions(+), 4 deletions(-)
build/jam/OptionalPackages |    8 ++++----

----------------------------------------------------------------------------

diff --git a/build/jam/OptionalPackages b/build/jam/OptionalPackages
index 57737d7..79c4908 100644
--- a/build/jam/OptionalPackages
+++ b/build/jam/OptionalPackages
@@ -401,12 +401,12 @@ if [ IsOptionalHaikuImagePackageAdded Clockwerk ] {
        } else {
                if $(HAIKU_GCC_VERSION[1]) >= 4 {
                        InstallOptionalHaikuImagePackage
-                               Clockwerk-0.0.2-x86-gcc4-2010-10-13-1.zip
-                               : 
$(baseURL)/Clockwerk-0.0.2-x86-gcc4-2010-10-13-1.zip ;
+                               Clockwerk-0.0.2-x86-gcc4-2012-02-25.zip
+                               : 
$(baseURL)/Clockwerk-0.0.2-x86-gcc4-2012-02-25.zip ;
                } else {
                        InstallOptionalHaikuImagePackage
-                               Clockwerk-0.0.2-x86-gcc2-2010-10-13-1.zip
-                               : 
$(baseURL)/Clockwerk-0.0.2-x86-gcc2-2010-10-13-1.zip ;
+                               Clockwerk-0.0.2-x86-gcc2-2012-02-25.zip
+                               : 
$(baseURL)/Clockwerk-0.0.2-x86-gcc2-2012-02-25.zip ;
                }
                AddSymlinkToHaikuImage home config settings deskbar Applications
                        : /boot/apps/Clockwerk/Clockwerk ;


Other related posts:

  • » [haiku-commits] haiku: hrev43784 - build/jam - superstippi