libpng transition?

Takeshi Enomoto takeshi at macports.org
Sat Jan 22 01:32:17 PST 2011


I updated ncarg in r75337 that addresses #28043. It turned out that this was related to update of libpng.

The source code of ncarg uses a symbol int_p_NULL, which has been removed in libpng 1.4.
In this case I was able to handle the problem by replacing that with (int*)NULL.

There might be other ports that use such deprecated symbols.

Takeshi


More information about the macports-dev mailing list