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:
@@ -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
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user