diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2011-04-19 21:32:10 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2011-04-19 21:32:10 -0400 |
commit | 2866e1d9e1a39a07c872486332e3301eddf17acb (patch) | |
tree | 4eff8889e78d94968845956badeceb15b92e205c | |
parent | b8069d1c250c03e9fffda0a9264bfd04a12f8292 (diff) |
Update freetype package: previous one had no actual library.
Evidently the only reason builds have been succeeding is because the link is
picking up the system freetype library. This could be tricky if it goes out of
sync with the freetype package's header files.
-rw-r--r-- | autobuild.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/autobuild.xml b/autobuild.xml index a31d280b6f..057ffa5b7d 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -510,9 +510,9 @@ <key>archive</key> <map> <key>hash</key> - <string>9b58d1a9c15807a1301e42a313641010</string> + <string>9f8a9dc39fd7c3da0fb3533782d1fddf</string> <key>url</key> - <string>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/freetype-2.4.4-linux-20110310.tar.bz2</string> + <string>http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/3p-freetype/rev/226814/arch/Linux/installer/freetype-2.3.9-linux-20110418.tar.bz2</string> </map> <key>name</key> <string>linux</string> |