Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Feb 2015 19:45:45 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379372 - head/net/tintin++
Message-ID:  <201502191945.t1JJjjpF057337@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Feb 19 19:45:44 2015
New Revision: 379372
URL: https://svnweb.freebsd.org/changeset/ports/379372
QAT: https://qat.redports.org/buildarchive/r379372/

Log:
  - Remove deprecated PTHREAD_*

Modified:
  head/net/tintin++/Makefile

Modified: head/net/tintin++/Makefile
==============================================================================
--- head/net/tintin++/Makefile	Thu Feb 19 19:45:38 2015	(r379371)
+++ head/net/tintin++/Makefile	Thu Feb 19 19:45:44 2015	(r379372)
@@ -23,7 +23,7 @@ CONFIGURE_ARGS=	--includedir=${LOCALBASE
 CONFIGURE_ENV=	ac_cv_file__dev_ptmx=no
 CPPFLAGS+=	-I${LOCALBASE}/include
 GNU_CONFIGURE=	yes
-LDFLAGS+=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}
+LDFLAGS+=	-L${LOCALBASE}/lib -pthread
 USES=		gmake
 WRKSRC=		${WRKDIR}/tt/src
 



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