Ticket #9036: 0001-Rebuilt-BeZillaBrowser-for-R1-alpha-4-on-hrevr1alpha.patch

File 0001-Rebuilt-BeZillaBrowser-for-R1-alpha-4-on-hrevr1alpha.patch, 1.4 KB (added by mmadia, 12 years ago)
  • build/jam/OptionalPackages

    From 688d07f92452ce38f2a3b528349468e9769ab9c6 Mon Sep 17 00:00:00 2001
    From: Matt Madia <mattmadia@gmail.com>
    Date: Sun, 30 Sep 2012 19:05:05 +0000
    Subject: [PATCH] Rebuilt BeZillaBrowser for R1/alpha 4 on hrevr1alpha4-44612.
    
    Note: There is no gcc4 binary available, as r1a4 will be released only
    as a GCC 2 Hybrid.
    ---
     build/jam/OptionalPackages |    8 +++-----
     1 file changed, 3 insertions(+), 5 deletions(-)
    
    diff --git a/build/jam/OptionalPackages b/build/jam/OptionalPackages
    index 10cbfbf..ede9397 100644
    a b if [ IsOptionalHaikuImagePackageAdded BeZillaBrowser ] {  
    296296        Echo "No optional package BeZillaBrowser available for $(TARGET_ARCH)" ;
    297297    } else {
    298298        if $(HAIKU_GCC_VERSION[1]) >= 4 {
    299             InstallOptionalHaikuImagePackage
    300                 BeZillaBrowser-2.0.0.22pre-x86-gcc4-2012-04-04.zip
    301                 : $(baseURL)/BeZillaBrowser-2.0.0.22pre-x86-gcc4-2012-04-04.zip ;
     299            Echo "No optional package BeZillaBrowser available for gcc4" ;
    302300        } else {
    303301            InstallOptionalHaikuImagePackage
    304                 BeZillaBrowser-2.0.0.22pre-x86-gcc2-2012-04-02.zip
    305                 : $(baseURL)/BeZillaBrowser-2.0.0.22pre-x86-gcc2-2012-04-02.zip ;
     302                BeZillaBrowser-2.0.0.22pre-r1a4-2012-09-30.zip
     303                : $(baseURL)/BeZillaBrowser-2.0.0.22pre-r1a4-2012-09-30.zip ;
    306304        }
    307305        AddSymlinkToHaikuImage home config settings deskbar Applications
    308306            : /boot/apps/BeZillaBrowser/BeZillaBrowser ;