svn commit: r371263 - head/net/nast/files
John Marino
marino at FreeBSD.org
Mon Oct 20 12:18:58 UTC 2014
Author: marino
Date: Mon Oct 20 12:18:56 2014
New Revision: 371263
URL: https://svnweb.freebsd.org/changeset/ports/371263
QAT: https://qat.redports.org/buildarchive/r371263/
Log:
net/nast: use -lpthread instead of -pthread, fix on DragonFly
Modified:
head/net/nast/files/patch-configure
Modified: head/net/nast/files/patch-configure
==============================================================================
--- head/net/nast/files/patch-configure Mon Oct 20 11:52:39 2014 (r371262)
+++ head/net/nast/files/patch-configure Mon Oct 20 12:18:56 2014 (r371263)
@@ -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
More information about the svn-ports-head
mailing list