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

  • From: scott mc <scottmc2@xxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 4 Nov 2010 16:00:36 +0100 (CET)

Author: scottmc
Date: 2010-11-04 16:00:36 +0100 (Thu, 04 Nov 2010)
New Revision: 39297
Changeset: http://dev.haiku-os.org/changeset/39297

Modified:
   haiku/trunk/build/jam/OptionalPackages
Log:
Updated the filename for OpenSSH, and fixed the conditional for Vision.


Modified: haiku/trunk/build/jam/OptionalPackages
===================================================================
--- haiku/trunk/build/jam/OptionalPackages      2010-11-04 14:58:10 UTC (rev 
39296)
+++ haiku/trunk/build/jam/OptionalPackages      2010-11-04 15:00:36 UTC (rev 
39297)
@@ -1234,7 +1234,7 @@
                                "variable to be set!" ;
                }
                InstallOptionalHaikuImagePackage
-                       openssh-5.6p1-x86-gcc2-2010-08-31.zip
+                       openssh-5.6p1-x86-gcc2-2010-11-03.zip
                        : $(baseURL)/openssh-5.6p1-x86-gcc2-2010-11-03.zip
                        :
                ;
@@ -1621,7 +1621,7 @@
 if [ IsOptionalHaikuImagePackageAdded Vision ] {
        if $(TARGET_ARCH) != x86 {
                Echo "No optional package Vision available for $(TARGET_ARCH)" ;
-       } else if $(HAIKU_GCC_VERSION[1]) >= 4 && ! $(isHybridBuild) {
+       } else if $(HAIKU_GCC_VERSION[1]) >= 4 {
                InstallOptionalHaikuImagePackage 
vision-908-x86-gcc2-2010-10-30.zip
                        : $(baseURL)/vision-908-x86-gcc4-2010-11-04.zip
                        :


Other related posts:

  • » [haiku-commits] r39297 - haiku/trunk/build/jam - scott mc