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.

Signed-off-by: Ryan Leavengood <leavengood@gmail.com>
This commit is contained in:
Matt Madia 2012-09-30 19:05:05 +00:00 committed by Ryan Leavengood
parent 4302859e0e
commit df8a04c91e

View File

@ -296,13 +296,11 @@ if [ IsOptionalHaikuImagePackageAdded BeZillaBrowser ] {
Echo "No optional package BeZillaBrowser available for $(TARGET_ARCH)" ;
} else {
if $(HAIKU_GCC_VERSION[1]) >= 4 {
InstallOptionalHaikuImagePackage
BeZillaBrowser-2.0.0.22pre-x86-gcc4-2012-04-04.zip
: $(baseURL)/BeZillaBrowser-2.0.0.22pre-x86-gcc4-2012-04-04.zip ;
Echo "No optional package BeZillaBrowser available for gcc4" ;
} else {
InstallOptionalHaikuImagePackage
BeZillaBrowser-2.0.0.22pre-x86-gcc2-2012-04-02.zip
: $(baseURL)/BeZillaBrowser-2.0.0.22pre-x86-gcc2-2012-04-02.zip ;
BeZillaBrowser-2.0.0.22pre-r1a4-2012-09-30.zip
: $(baseURL)/BeZillaBrowser-2.0.0.22pre-r1a4-2012-09-30.zip ;
}
AddSymlinkToHaikuImage home config settings deskbar Applications
: /boot/apps/BeZillaBrowser/BeZillaBrowser ;