ports/devel/plan9port/files/patch-bin_9l
Tobias Kortkamp ea99d34afc devel/plan9port: Update to newest commit
Should build fine on aarch64 now.

Changes:	e995a0c101...4650064aa7
2020-04-28 22:44:48 +00:00

11 lines
241 B
Text

--- 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}