diff options
Diffstat (limited to 'net')
-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 |