pkgsrc/shells/ast-ksh/Makefile
maya 12f1d725ce ast-ksh: fix compilation on NetBSD, possibly linux too.
Fix "storage size of buf is not known" likely caused by it being defined
to be something with sizeof().
add LDFLAGS -lm to all operating systems (I see undefined reference to
frexpl/ldexpl), remove duplicate from other operating systems.

bump PKGREVISION sinze L_tmpnam will be changed for the few who can build
the package.
2017-02-19 20:18:16 +00:00

7 lines
155 B
Makefile

# $NetBSD: Makefile,v 1.23 2017/02/19 20:18:16 maya Exp $
.include "../../shells/ast-ksh/Makefile.common"
PKGREVISION= 2
.include "../../mk/bsd.pkg.mk"