From 8103e71e85d0efbc3daa76ab0ca005f5562d6ee0 Mon Sep 17 00:00:00 2001 From: John Marino Date: Fri, 24 Oct 2014 13:06:45 +0000 Subject: [PATCH] net/nast: fix -lpthread on DragonFly, take 2 --- net/nast/files/patch-configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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