net/nast: fix -lpthread on DragonFly, take 2

This commit is contained in:
John Marino 2014-10-24 13:06:45 +00:00
parent 0b7af14902
commit 8103e71e85
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=371437

View file

@ -61,7 +61,7 @@
;;
-*bsd*)
- CFLAGS="-Wall -O2 -pthread"
+*bsd*|dragonfly*)
+*bsd*|*dragonfly*)
+ CFLAGS="${CFLAGS} -Wall -lpthread"
;;
esac