Updated xz-utils to 5.0.1 and cleaned up it's directories. The "if gcc >= 4" section may be able to be
cleaned up if this 5.0.1 gcc4 built package tests out ok on a gcc2 system. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40982 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1698,8 +1698,8 @@ if [ IsOptionalHaikuImagePackageAdded XZ-Utils ] {
|
||||
} else {
|
||||
if $(HAIKU_GCC_VERSION[1]) >= 4 {
|
||||
InstallOptionalHaikuImagePackage
|
||||
xz-utils-4.999.9-x86-gcc4-2010-11-13.zip
|
||||
: $(baseURL)/xz-utils-4.999.9-x86-gcc4-2010-11-13.zip ;
|
||||
xz-utils-5.0.1-x86-gcc4-2011-03-16.zip
|
||||
: $(baseURL)/xz-utils-5.0.1-x86-gcc4-2011-03-16.zip ;
|
||||
} else {
|
||||
InstallOptionalHaikuImagePackage
|
||||
xz-utils-4.999.9-r1a2-x86-gcc4-2010-04-25-a.zip
|
||||
|
||||
Reference in New Issue
Block a user