You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-util/plan9port/files/plan9port-freebsd-10.patch

12 lines
265 B

--- a/bin/9l 2015-12-09 19:12:50.000000000 +0000
+++ b/bin/9l 2015-12-09 19:13:00.000000000 +0000
@@ -19,7 +19,7 @@ case "$tag" in
5.2.*)
extralibs="$extralibs -lkse"
;;
- [5-9].*)
+ [5-9].*|10.*)
extralibs="$extralibs -lpthread"
;;
esac