From owner-cvs-ports@FreeBSD.ORG Wed Sep 29 09:05:53 2010 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 4838F10656A4; Wed, 29 Sep 2010 09:05:53 +0000 (UTC) Date: Wed, 29 Sep 2010 09:05:53 +0000 From: Alexey Dokuchaev To: Stanislav Sedov Message-ID: <20100929090553.GA17447@FreeBSD.org> References: <201009290616.o8T6G5aI069068@repoman.freebsd.org> <20100929014752.1660b2bf.stas@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20100929014752.1660b2bf.stas@FreeBSD.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-ports@FreeBSD.org, Baptiste Daroussin , cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel/cgit Makefile distinfo ports/devel/cgit/files patch-Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2010 09:05:53 -0000 On Wed, Sep 29, 2010 at 01:47:52AM -0700, Stanislav Sedov wrote: > On Wed, 29 Sep 2010 06:16:05 +0000 (UTC) > Baptiste Daroussin mentioned: > > > | +-EXTLIBS = git/libgit.a git/xdiff/lib.a -lz -lcrypto -lpthread > > | ++EXTLIBS = git/libgit.a git/xdiff/lib.a -lz -lcrypto -lpthread -L${LOCALBASE}/lib -liconv > > You might want -pthread on FreeBSD. We have ${PTHREAD_LIBS} for that (although it is indeed "-pthread" on all supported branches for quite a while now). ./danfe