Subject: CVS commit: pkgsrc/databases/py-apsw
From: David Brownlee
Date: 2023-10-02 17:54:46
Message id: 20231002155446.CF711FBDB@cvs.NetBSD.org

Log Message:
Fix build on systems without alloca.h

alloca.h has been deprecated for a long time, and no modern system
should need it (and some do not even have it). While there are some
references to alloca() in the source, none are in src/apsw.c

Fixes build on at least NetBSD

https://github.com/rogerbinns/apsw/pull/490

Files:
RevisionActionfile
1.35modifypkgsrc/databases/py-apsw/distinfo
1.1addpkgsrc/databases/py-apsw/patches/patch-src_apsw.c