Fix indentation for box2d

Fix url for libevent
Changed baselibURL to baseLibURL


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39273 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Scott McCreary
2010-11-02 15:18:59 +00:00
parent f316c81731
commit f735809f0b
2 changed files with 70 additions and 69 deletions
+3 -2
View File
@@ -94,6 +94,7 @@ if $(HAIKU_ADD_ALTERNATIVE_GCC_LIBS) = 1
# Yasm - the assembler utility
local baseURL = http://haiku-files.org/files/optional-packages ;
local baseLibURL = http://haiku-files.org/files/optional-packages ;
local baseSourceURL = http://haiku-files.org/files/releases/r1alpha2/sources ;
# ABI-compliance-checker
@@ -935,14 +936,14 @@ if [ IsOptionalHaikuImagePackageAdded LibEvent ] {
if $(HAIKU_GCC_VERSION[1]) >= 4 {
InstallOptionalHaikuImagePackage
libevent-1.4.13-x86-gcc4-2010-10-30.zip
: $(baseURL)/libevent-1.4.13-x86-gcc4-2010-10-30.zip
: $(baseLibURL)/libevent-1.4.13-x86-gcc4-2010-10-30.zip
:
: true
;
} else {
InstallOptionalHaikuImagePackage
libevent-1.4.13-x86-gcc2-2010-10-29.zip
: $(baseURL)/libevent-1.4.13-x86-gcc2-2010-10-29.zip
: $(baseLibURL)/libevent-1.4.13-x86-gcc2-2010-10-29.zip
:
: true
;