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)
The following reply was made to PR pkg/43485; it has been noted by GNATS.
From: Thomas Klausner <wiz%NetBSD.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/43485 (editors/emacs22 calls obsolete png_check_sig)
Date: Mon, 21 Jun 2010 00:14:11 +0200
On Fri, Jun 18, 2010 at 02:05:03PM +0000, Rob Q wrote:
> From image.c:
> #if defined HAVE_LIBPNG_PNG_H
> # include <libpng/png.h>
> #else
> # include <png.h>
> #endif
Does it help if you replace the whole 5 lines with a plain
#include <png.h>
?
We could add that as a workaround, since I think it shouldn't break
anything in pkgsrc.
Thomas
Home |
Main Index |
Thread Index |
Old Index