mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
net/nast: fix -lpthread on DragonFly, take 2
This commit is contained in:
parent
0b7af14902
commit
8103e71e85
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=371437
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@
|
|||
;;
|
||||
-*bsd*)
|
||||
- CFLAGS="-Wall -O2 -pthread"
|
||||
+*bsd*|dragonfly*)
|
||||
+*bsd*|*dragonfly*)
|
||||
+ CFLAGS="${CFLAGS} -Wall -lpthread"
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Add table
Reference in a new issue