1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-26 07:03:16 +00:00
janet/src
nia b731f6ab03 Fix build on NetBSD.
The NetBSD C library's headers do not expose extensions when
compiling with -std=c99 (as opposed to -std=gnu99 or no -std=
option), so define _NETBSD_SOURCE to get timegm, and functions
that would otherwise require an _XOPEN_SOURCE definition, e.g.
realpath.

Note that, as with FreeBSD, you need gmake to compile janet
on NetBSD, and can also install it from packages.
2020-07-27 00:21:15 +01:00
..
boot Address #394 and #451 - Prepare for 1.11.0 2020-07-18 13:09:53 -05:00
conf Prepare for 1.11.1 release. 2020-07-25 13:48:43 -05:00
core Fix build on NetBSD. 2020-07-27 00:21:15 +01:00
include Disable PRF by default. 2020-07-25 13:34:40 -05:00
mainclient Fix minimum meson build. 2020-07-03 20:30:09 -05:00