Re-enable Vision gcc4 package (update has been posted to haiku-files).

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32117 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rene Gollent
2009-08-04 22:54:54 +00:00
parent f676f30b36
commit c771baca29
+7 -10
View File
@@ -800,16 +800,13 @@ if [ IsOptionalHaikuImagePackageAdded Vim ] {
if [ IsOptionalHaikuImagePackageAdded Vision ] {
if $(TARGET_ARCH) != x86 {
Echo "No optional package Vision available for $(TARGET_ARCH)" ;
# TODO: Update Vision GCC4 build, this one is currently broken, because of
# the BToolTip addition. At least the GCC2 build will work just fine on hybrid
# installations.
# } else if $(HAIKU_GCC_VERSION[1]) >= 4 {
# InstallOptionalHaikuImagePackage Vision-0.9.7-H-090423
# : $(baseURL)/Vision-0.9.7-H-x86-gcc4-2009-04-23.zip
# : apps
# ;
# AddSymlinkToHaikuImage home config be Applications
# : /boot/apps/Vision-0.9.7-H-090423/Vision ;
} else if $(HAIKU_GCC_VERSION[1]) >= 4 {
InstallOptionalHaikuImagePackage Vision-0.9.7-H-090423-1
: $(baseURL)/Vision-0.9.7-H-x86-gcc4-2009-04-23.zip
: apps
;
AddSymlinkToHaikuImage home config be Applications
: /boot/apps/Vision-0.9.7-H-090423/Vision ;
} else if $(HAIKU_GCC_VERSION[1]) >= 4 && ! $(isHybridBuild) {
Echo "No optional package Vision available for GCC4" ;
} else {