plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 715807d706cd13bc583588477a84090fbf02e057
parent 13d40aa64c8c073c296ad2c8df0bae6d607aff07
Author: Francis Conti <fc@nymon.xyz>
Date:   Thu, 19 Sep 2019 13:50:44 -0700

Teach 9l about FreeBSD ≥ 12; address issue #247. (#249)


Diffstat:
Mbin/9l | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/9l b/bin/9l @@ -19,7 +19,7 @@ case "$tag" in 5.2.*) extralibs="$extralibs -lkse" ;; - [5-9].*|1[0-1].*) + [5-9].*|1[0-9].*) extralibs="$extralibs -lpthread" ;; esac