Subject: CVS commit: pkgsrc/shells/ast-ksh
From: Maya Rashish
Date: 2017-02-19 21:18:16
Message id: 20170219201816.85EF7FBE4@cvs.NetBSD.org

Log Message:
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.

Files:
RevisionActionfile
1.23modifypkgsrc/shells/ast-ksh/Makefile
1.35modifypkgsrc/shells/ast-ksh/Makefile.common
1.20modifypkgsrc/shells/ast-ksh/distinfo
1.1addpkgsrc/shells/ast-ksh/patches/patch-src_lib_libast_comp_tmpnam.c