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:
parent
4302859e0e
commit
df8a04c91e
@ -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 ;
|
||||
|
Loading…
x
Reference in New Issue
Block a user