added an optional package for OCaml
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32974 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -40,6 +40,7 @@ if $(HAIKU_ADD_ALTERNATIVE_GCC_LIBS) && $(HAIKU_ALTERNATIVE_GCC_OUTPUT_DIR) {
|
|||||||
# Nano - the command line text editor
|
# Nano - the command line text editor
|
||||||
# Neon - support libraries used for example by SVN
|
# Neon - support libraries used for example by SVN
|
||||||
# NetSurf - the web browser
|
# NetSurf - the web browser
|
||||||
|
# OCaml - the Objective Caml language
|
||||||
# OpenSound - additional audio driver package
|
# OpenSound - additional audio driver package
|
||||||
# OpenSSH - the secure shell
|
# OpenSSH - the secure shell
|
||||||
# OpenSSL - secure sockets library
|
# OpenSSL - secure sockets library
|
||||||
@@ -601,6 +602,25 @@ if [ IsOptionalHaikuImagePackageAdded NetSurf ] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
# OCaml
|
||||||
|
if [ IsOptionalHaikuImagePackageAdded OCaml ] {
|
||||||
|
if $(TARGET_ARCH) != x86 {
|
||||||
|
Echo "No optional package OCaml available for $(TARGET_ARCH)" ;
|
||||||
|
} else if $(HAIKU_GCC_VERSION[1]) >= 4 && ! $(isHybridBuild) {
|
||||||
|
Echo "No optional package OCaml available for gcc4" ;
|
||||||
|
} else {
|
||||||
|
InstallOptionalHaikuImagePackage ocaml-3.11.1-r1a1-x86-gcc2-2009-09-06
|
||||||
|
: http://jerome.duval.free.fr/obos/ocaml-3.11.1-r1a1-x86-gcc2-2009-09-06.zip
|
||||||
|
:
|
||||||
|
;
|
||||||
|
InstallOptionalHaikuImagePackage camlp5-5.12-r1a1-x86-gcc2-2009-09-06
|
||||||
|
: http://jerome.duval.free.fr/obos/camlp5-5.12-r1a1-x86-gcc2-2009-09-06.zip
|
||||||
|
:
|
||||||
|
;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
# OpenSound drivers
|
# OpenSound drivers
|
||||||
if [ IsOptionalHaikuImagePackageAdded OpenSound ] {
|
if [ IsOptionalHaikuImagePackageAdded OpenSound ] {
|
||||||
if $(TARGET_ARCH) != x86 {
|
if $(TARGET_ARCH) != x86 {
|
||||||
|
|||||||
Reference in New Issue
Block a user