Updated libevent to 2.0.10

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40753 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Scott McCreary
2011-03-01 04:12:30 +00:00
parent 8e4e1a2880
commit 267c719238
+4 -4
View File
@@ -1004,15 +1004,15 @@ if [ IsOptionalHaikuImagePackageAdded LibEvent ] {
} else { } else {
if $(HAIKU_GCC_VERSION[1]) >= 4 { if $(HAIKU_GCC_VERSION[1]) >= 4 {
InstallOptionalHaikuImagePackage InstallOptionalHaikuImagePackage
libevent-1.4.13-x86-gcc4-2010-10-30.zip libevent-2.0.10-x86-gcc4-2011-02-28.zip
: $(baseURL)/lib/libevent-1.4.13-x86-gcc4-2010-10-30.zip : $(baseURL)/lib/libevent-2.0.10-x86-gcc4-2011-02-28.zip
: :
: true : true
; ;
} else { } else {
InstallOptionalHaikuImagePackage InstallOptionalHaikuImagePackage
libevent-1.4.13-x86-gcc2-2010-10-29.zip libevent-2.0.10-x86-gcc2-2011-02-25.zip
: $(baseURL)/lib/libevent-1.4.13-x86-gcc2-2010-10-29.zip : $(baseURL)/lib/libevent-2.0.10-x86-gcc2-2011-02-25.zip
: :
: true : true
; ;