Fix build.

gcc2 freetype package's name was wrong, and the uploaded package was in the wrong subdir.
This commit is contained in:
Rene Gollent 2012-06-25 18:38:25 -04:00
parent 14fc8a0138
commit 234eed6b0d
1 changed files with 1 additions and 1 deletions

View File

@ -341,7 +341,7 @@ if $(TARGET_ARCH) = ppc || $(TARGET_ARCH) = x86 {
} else if $(HAIKU_GCC_VERSION[1]) >= 4 {
HAIKU_FREETYPE_FILE = freetype-2.4.9-x86-gcc4-2012-06-15.zip ;
} else {
HAIKU_FREETYPE_FILE = freetype-2.4.9-x86-gcc2-2012-06-15.zip ;
HAIKU_FREETYPE_FILE = freetype-2.4.9-x86-gcc2-2012-06-19.zip ;
}
local freetypeZipFile = [ DownloadFile $(HAIKU_FREETYPE_FILE)