svn commit: r382226 - head/net/tintin++

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Mar 25 14:59:27 UTC 2015


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}/


More information about the svn-ports-head mailing list