Changes by Scott McCreary:
* Updated CVS optional package to version 1.12.13. * Added Yasm 0.7.1 optional package. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27836 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -28,6 +28,7 @@ if $(HAIKU_ADD_ALTERNATIVE_GCC_LIBS) && $(HAIKU_ALTERNATIVE_GCC_OUTPUT_DIR) {
|
|||||||
# Vision
|
# Vision
|
||||||
# VLC
|
# VLC
|
||||||
# WonderBrush
|
# WonderBrush
|
||||||
|
# Yasm
|
||||||
|
|
||||||
|
|
||||||
# package dependencies
|
# package dependencies
|
||||||
@@ -127,8 +128,8 @@ if [ IsOptionalHaikuImagePackageAdded CVS ] {
|
|||||||
Echo "No optional package CVS available for gcc4" ;
|
Echo "No optional package CVS available for gcc4" ;
|
||||||
} else {
|
} else {
|
||||||
local baseURL = http://haiku-files.org/files/optional-packages ;
|
local baseURL = http://haiku-files.org/files/optional-packages ;
|
||||||
InstallOptionalHaikuImagePackage cvs-1.11.21-gcc2-2008-07-23
|
InstallOptionalHaikuImagePackage cvs-1.12.13-gcc2-2008-09-30
|
||||||
: $(baseURL)/cvs-1.11.21-gcc2-2008-07-23.zip
|
: $(baseURL)/cvs-1.12.13-gcc2-2008-09-30.zip
|
||||||
:
|
:
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
@@ -429,4 +430,17 @@ if [ IsOptionalHaikuImagePackageAdded WonderBrush ] {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Yasm
|
||||||
|
if [ IsOptionalHaikuImagePackageAdded Yasm ] {
|
||||||
|
if $(TARGET_ARCH) != x86 {
|
||||||
|
Echo "No optional package Yasm available for $(TARGET_ARCH)" ;
|
||||||
|
} else if $(HAIKU_GCC_VERSION[1]) >= 4 && $(isHybridBuild) = 0 {
|
||||||
|
Echo "No optional package Yasm available for gcc4" ;
|
||||||
|
} else {
|
||||||
|
local baseURL = http://haiku-files.org/files/optional-packages ;
|
||||||
|
InstallOptionalHaikuImagePackage yasm-0.7.1-gcc2-2008-10-01
|
||||||
|
: $(baseURL)/yasm-0.7.1-gcc2-2008-10-01.zip
|
||||||
|
:
|
||||||
|
;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user