From owner-svn-ports-all@FreeBSD.ORG Mon Oct 20 12:18:58 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F403CE76; Mon, 20 Oct 2014 12:18:57 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E0519C34; Mon, 20 Oct 2014 12:18:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9KCIuxX025383; Mon, 20 Oct 2014 12:18:56 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9KCIuJh025382; Mon, 20 Oct 2014 12:18:56 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201410201218.s9KCIuJh025382@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 20 Oct 2014 12:18:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371263 - head/net/nast/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Oct 2014 12:18:58 -0000 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