Update ncurses package

It now includes both the wchar and the non-wchar libraries.
This commit is contained in:
Ingo Weinhold
2013-04-27 02:57:17 +02:00
parent d26ca29d75
commit b87aa11726
+1 -1
View File
@@ -983,7 +983,7 @@ if [ IsOptionalHaikuImagePackageAdded Nano ] {
Echo "No optional package NCurses available for gcc 4" ; Echo "No optional package NCurses available for gcc 4" ;
} else { } else {
InstallOptionalHaikuImagePackage InstallOptionalHaikuImagePackage
$(hpkgBaseURL)/ncurses-5.9-4-x86_gcc2.hpkg $(hpkgBaseURL)/ncurses-5.9-5-x86_gcc2.hpkg
: common packages ; : common packages ;
} }
} }