tTeach 9l about FreeBSD ≥ 12; address issue #247. (#249) - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 715807d706cd13bc583588477a84090fbf02e057
(DIR) parent 13d40aa64c8c073c296ad2c8df0bae6d607aff07
(HTM) 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:
M bin/9l | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/bin/9l b/bin/9l
t@@ -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