tech-pkg archive

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

Re: [joerg%netbsd.org@localhost: CVS commit: pkgsrc/devel/nbpatch]



On Wed, Sep 10, 2008 at 11:06:55AM -0700, Eric Gillespie wrote:
> backupfile.c:119: error: 'struct dirent' has no member named 'd_namlen'

Fixed. Let's not bother to conditionalise here, strlen is good enough.

> patch.o: In function `get_some_switches':
> patch.c:(.text+0x38): undefined reference to `optreset'

Request BSDish getopt should have fixed this.

> patch.c:(.text+0x240): undefined reference to `strlcpy'

LDADD.nbcompat gets added to LIBS, but LIBS is not passed down and
understood, fixed as well.

Any other problems?

Joerg


Home | Main Index | Thread Index | Old Index