svn commit: r382221 - head/net/mDNSResponder

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


Author: sunpoet
Date: Wed Mar 25 14:58:52 2015
New Revision: 382221
URL: https://svnweb.freebsd.org/changeset/ports/382221
QAT: https://qat.redports.org/buildarchive/r382221/

Log:
  - Cleanup -lpthread/-pthread manipulation

Modified:
  head/net/mDNSResponder/Makefile

Modified: head/net/mDNSResponder/Makefile
==============================================================================
--- head/net/mDNSResponder/Makefile	Wed Mar 25 14:58:46 2015	(r382220)
+++ head/net/mDNSResponder/Makefile	Wed Mar 25 14:58:52 2015	(r382221)
@@ -37,7 +37,7 @@ MAKE_ARGS+=	LD="${CC} -shared"
 
 post-patch:
 	@${REINPLACE_CMD} -e '/	cc / s|cc|$${CC}|' ${WRKSRC}/Clients/Makefile
-	@${REINPLACE_CMD} -e 's|-lpthread|-pthread|g; s|mDNSResponder.8|mDNSResponderPosix.8|g' ${WRKSRC}/mDNSPosix/Makefile
+	@${REINPLACE_CMD} -e 's|mDNSResponder.8|mDNSResponderPosix.8|g' ${WRKSRC}/mDNSPosix/Makefile
 	@${REINPLACE_CMD} -e 's|\(#define IPV6_2292_PKTINFO \).*|\1IPV6_PKTINFO|; s|\(#define IPV6_2292_HOPLIMIT \).*|\1IPV6_HOPLIMIT|' ${WRKSRC}/mDNSPosix/mDNSUNP.h
 	@${MV} ${WRKSRC}/mDNSShared/mDNSResponder.8 ${WRKSRC}/mDNSShared/mDNSResponderPosix.8
 


More information about the svn-ports-head mailing list