Updated Clockwerk optional packages for gcc2 and gcc4.

* Changes to the layout API broke the old packages.
 * The update to GCC4.6 broke compiling.
This commit is contained in:
Stephan Aßmus 2012-02-25 17:33:26 +01:00
parent 15f3f679cb
commit 0ef4598ff0

View File

@ -401,12 +401,12 @@ if [ IsOptionalHaikuImagePackageAdded Clockwerk ] {
} else {
if $(HAIKU_GCC_VERSION[1]) >= 4 {
InstallOptionalHaikuImagePackage
Clockwerk-0.0.2-x86-gcc4-2010-10-13-1.zip
: $(baseURL)/Clockwerk-0.0.2-x86-gcc4-2010-10-13-1.zip ;
Clockwerk-0.0.2-x86-gcc4-2012-02-25.zip
: $(baseURL)/Clockwerk-0.0.2-x86-gcc4-2012-02-25.zip ;
} else {
InstallOptionalHaikuImagePackage
Clockwerk-0.0.2-x86-gcc2-2010-10-13-1.zip
: $(baseURL)/Clockwerk-0.0.2-x86-gcc2-2010-10-13-1.zip ;
Clockwerk-0.0.2-x86-gcc2-2012-02-25.zip
: $(baseURL)/Clockwerk-0.0.2-x86-gcc2-2012-02-25.zip ;
}
AddSymlinkToHaikuImage home config settings deskbar Applications
: /boot/apps/Clockwerk/Clockwerk ;