diff options
author | John Marino <marino@FreeBSD.org> | 2014-10-24 13:06:45 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-10-24 13:06:45 +0000 |
commit | 8103e71e85d0efbc3daa76ab0ca005f5562d6ee0 (patch) | |
tree | 8563b7a7db3785211c135b499eb30c8ce46ab82c /net/nast | |
parent | 0b7af149025b41b4b93fba4306ff4db68bf0f200 (diff) |
net/nast: fix -lpthread on DragonFly, take 2
Notes
Notes:
svn path=/head/; revision=371437
Diffstat (limited to 'net/nast')
-rw-r--r-- | net/nast/files/patch-configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nast/files/patch-configure b/net/nast/files/patch-configure index ffb837210131..65a061a223c8 100644 --- a/net/nast/files/patch-configure +++ b/net/nast/files/patch-configure @@ -61,7 +61,7 @@ ;; -*bsd*) - CFLAGS="-Wall -O2 -pthread" -+*bsd*|dragonfly*) ++*bsd*|*dragonfly*) + CFLAGS="${CFLAGS} -Wall -lpthread" ;; esac |