Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Mar 2015 14:59:27 +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: r382226 - head/net/tintin++
Message-ID:  <201503251459.t2PExRNI021360@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Mar 25 14:59:26 2015
New Revision: 382226
URL: https://svnweb.freebsd.org/changeset/ports/382226
QAT: https://qat.redports.org/buildarchive/r382226/

Log:
  - Cleanup -lpthread/-pthread manipulation

Modified:
  head/net/tintin++/Makefile

Modified: head/net/tintin++/Makefile
==============================================================================
--- head/net/tintin++/Makefile	Wed Mar 25 14:59:20 2015	(r382225)
+++ head/net/tintin++/Makefile	Wed Mar 25 14:59:26 2015	(r382226)
@@ -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
+LDFLAGS+=	-L${LOCALBASE}/lib
 USES=		gmake
 WRKSRC=		${WRKDIR}/tt/src
 
@@ -36,9 +36,6 @@ SLAVEDIRS=	chinese/tintin++
 
 BIG5_CONFIGURE_ON=	--enable-big5
 
-post-configure:
-	@${REINPLACE_CMD} -e 's|-lpthread|-pthread|' ${WRKSRC}/Makefile
-
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/tt++ ${STAGEDIR}${PREFIX}/bin/
 	${MKDIR} ${STAGEDIR}${DOCSDIR}/



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