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

  • From: scott mc <scottmc2@xxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Wed, 8 Jun 2011 19:39:47 +0200 (CEST)

Author: scottmc
Date: 2011-06-08 19:39:46 +0200 (Wed, 08 Jun 2011)
New Revision: 42056
Changeset: https://dev.haiku-os.org/changeset/42056

Modified:
   haiku/trunk/build/jam/OptionalPackages
Log:
Disabled BeHappy as an OptionalPackage as it is currently broken.  If/when it 
gets fixed, it will be easy to re-add it.
+alpha3


Modified: haiku/trunk/build/jam/OptionalPackages
===================================================================
--- haiku/trunk/build/jam/OptionalPackages      2011-06-08 17:22:51 UTC (rev 
42055)
+++ haiku/trunk/build/jam/OptionalPackages      2011-06-08 17:39:46 UTC (rev 
42056)
@@ -227,10 +227,7 @@
        } else if $(HAIKU_GCC_VERSION[1]) >= 4 && ! $(isHybridBuild) {
                Echo "No optional package BeHappy available for gcc4" ;
        } else {
-               InstallOptionalHaikuImagePackage 
BeHappy-1.0.6-x86-gcc2-2008-10-16.zip
-                       : $(baseURL)/BeHappy-1.0.6-x86-gcc2-2008-10-16.zip ;
-               AddSymlinkToHaikuImage home config be Applications
-                       : /boot/apps/BeHappy/BeHappy ;
+               Echo "No optional package BeHappy available for gcc2" ;
        }
 }
 


Other related posts:

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