ps3dev / ps3libraries

A script to automatically build various open source libraries for use on the PS3.
86 stars 74 forks source link

Downloading freetype source gives 404 error #54

Closed ghost closed 2 years ago

ghost commented 2 years ago

Currently, compiling the ps3toolchain fails because the script for freetype is unable to download the source code for the version of the library being used. The source code has been moved to: http://download.savannah.gnu.org/releases/freetype/freetype-old/freetype-2.4.3.tar.gz (They just moved older releases to freetype-old, apparently).

Changing the URL should fix compilation problems.

bucanero commented 2 years ago

This should be fixed by merging #53

zeldin commented 2 years ago

Fixed by #53