summaryrefslogtreecommitdiff
path: root/devel/plan9port/files/patch-bin_9l
blob: 91798cfecbc52af05917dc8a9e817e6337de3b6c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- bin/9l.orig	2020-04-27 21:22:16 UTC
+++ bin/9l
@@ -14,7 +14,7 @@ case "$tag" in
 *DragonFly*|*BSD*)
 	ld=${CC9:-gcc}
 	userpath=true
-	extralibs="$extralibs -lutil"
+	extralibs="$extralibs -lutil -lpthread"
 	;;
 *OSF1*)
 	ld=${CC9:-cc}