pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/43485 (editors/emacs22 calls obsolete png_check_sig)



Synopsis: editors/emacs22 calls obsolete png_check_sig

State-Changed-From-To: open->feedback
State-Changed-By: wiz%NetBSD.org@localhost
State-Changed-When: Fri, 18 Jun 2010 07:49:16 +0000
State-Changed-Why:
Cannot reproduce on NetBSD-5.99.30/amd64.

The symbol you're mentioning is defined in png.h as:
#define png_check_sig(sig,n) !png_sig_cmp((sig), 0, (n))

(it was removed in 1.4.0 but restored in 1.4.2 as macro; 1.4.2 is the
first 1.4.x version in pkgsrc)

Please investigate why the macro isn't expanded for you! Thanks.





Home | Main Index | Thread Index | Old Index