Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Oct 2014 12:18:56 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r371263 - head/net/nast/files
Message-ID:  <201410201218.s9KCIuJh025382@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
  



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410201218.s9KCIuJh025382>