pkgsrc-Users archive

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

Re: trouble building packages on netbsd-current



And a third reply:

On Fri, Sep 11, 2026 at 01:32:53PM +0100, Brett Lymn wrote:
> configure:1951:1: error: return type defaults to 'int' [-Wimplicit-int]

You can add
CFLAGS+=	-Wno-implicit-int
to the package's Makefile, that should solve this.

> I also have problems with irssi-icb with the compiler objecting to
> g_strncasecmp().

Which one in particular? There are two to three more common -Wno* that
we keep adding to pkgsrc on discovering such problems.
 Thomas


Home | Main Index | Thread Index | Old Index