Update libiconv to the latest which has shared libraries that were missing from

the previous version (which at least broke BeZilla.) This is part of #4363.

+alphabranch


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32983 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ryan Leavengood
2009-09-07 04:46:20 +00:00
parent ec577ecf2f
commit 4288f6acf3
+2 -2
View File
@@ -493,8 +493,8 @@ if [ IsOptionalHaikuImagePackageAdded LibIconv ] {
if $(TARGET_ARCH) != x86 {
Echo "No optional package LibIconv available for $(TARGET_ARCH)" ;
} else {
InstallOptionalHaikuImagePackage libiconv-1.13.1-r1a1-x86-gcc2-2009-09-06
: $(baseURL)/libiconv-1.13.1-r1a1-x86-gcc2-2009-09-06.zip
InstallOptionalHaikuImagePackage libiconv-1.13.1-r1a1-x86-gcc2-2009-09-07
: $(baseURL)/libiconv-1.13.1-r1a1-x86-gcc2-2009-09-07.zip
:
;
}