pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pngfix (from graphics/png) needs zlib>=1.2.4
Hello,
On NetBSD pngfix reports:
pngfix needs libpng with a zlib >=1.2.4 (not 0x1230)
Indeed libpng-1.6.6/contrib/tools/pngfix.c reads:
#else /* PNG_ZLIB_VERNUM < 0x1240 */
int
main(void)
{
fprintf(stderr,
"pngfix needs libpng with a zlib >=1.2.4 (not 0x%x)\n",
PNG_ZLIB_VERNUM);
return 77;
}
What are we going to do about this?
Bump BUILDLINK_API_DEPENDS for graphics/png?
Import newer zlib into NetBSD and wait?
Nothing at all?
--
BCE HA MOPE!
Home |
Main Index |
Thread Index |
Old Index