Updated openssl to 1.0.0c

Updated curl to 7.21.3
Updated build of SDL to include off by 1 resolution fix by GCI student Daniel Marth, 
and the OpenGL fix by Urias McCullough



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39940 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Scott McCreary
2010-12-24 19:21:12 +00:00
parent 3bd54e05be
commit 15426bc2a4
3 changed files with 10 additions and 10 deletions
+4 -4
View File
@@ -474,12 +474,12 @@ if [ IsOptionalHaikuImagePackageAdded Curl ] {
if $(TARGET_ARCH) != x86 {
Echo "No optional package Curl available for $(TARGET_ARCH)" ;
} else if $(HAIKU_GCC_VERSION[1]) >= 4 {
InstallOptionalHaikuImagePackage curl-7.21.2-x86-gcc4-2010-11-12.zip
: $(baseURL)/curl-7.21.2-x86-gcc4-2010-11-12.zip
InstallOptionalHaikuImagePackage curl-7.21.3-x86-gcc4-2010-12-23.zip
: $(baseURL)/curl-7.21.3-x86-gcc4-2010-12-23.zip
: : true ;
} else {
InstallOptionalHaikuImagePackage curl-7.21.2-x86-gcc2-2010-10-13.zip
: $(baseURL)/curl-7.21.2-x86-gcc2-2010-10-13.zip
InstallOptionalHaikuImagePackage curl-7.21.3-x86-gcc2-2010-12-23.zip
: $(baseURL)/curl-7.21.3-x86-gcc2-2010-12-23.zip
: : true ;
}
}