diff options
author | John Marino <marino@FreeBSD.org> | 2014-10-20 12:18:56 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-10-20 12:18:56 +0000 |
commit | 6971bebcfb9df65a4d8562adde1a05e084b52239 (patch) | |
tree | 4d4b3e209a872885486593ae5aeaf245a108cfbf /net/nast | |
parent | ff2951b4df975e52b38efc41b90b2fe603638646 (diff) | |
download | ports-6971bebcfb9df65a4d8562adde1a05e084b52239.tar.gz ports-6971bebcfb9df65a4d8562adde1a05e084b52239.zip |
Notes
Diffstat (limited to 'net/nast')
-rw-r--r-- | net/nast/files/patch-configure | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/net/nast/files/patch-configure b/net/nast/files/patch-configure index b8605f35fbc9..ffb837210131 100644 --- a/net/nast/files/patch-configure +++ b/net/nast/files/patch-configure @@ -1,6 +1,6 @@ ---- ./configure.orig Wed Sep 27 18:27:36 2006 -+++ ./configure Wed Sep 27 19:04:20 2006 -@@ -2337,52 +2337,8 @@ +--- configure.orig 2004-01-20 18:54:58 UTC ++++ configure +@@ -2337,52 +2337,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu # filechk="yes" @@ -55,12 +55,14 @@ if test "$filechk" = "no"; then { { echo "$as_me:$LINENO: error: -@@ -3046,7 +3002,7 @@ +@@ -3045,8 +3001,8 @@ fi + CFLAGS="-Wall -O2" ;; - *bsd*) +-*bsd*) - CFLAGS="-Wall -O2 -pthread" -+ CFLAGS="${CFLAGS} -Wall -pthread" ++*bsd*|dragonfly*) ++ CFLAGS="${CFLAGS} -Wall -lpthread" ;; esac |