svn commit: r382224 - head/science/hdf5

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


Author: sunpoet
Date: Wed Mar 25 14:59:12 2015
New Revision: 382224
URL: https://svnweb.freebsd.org/changeset/ports/382224
QAT: https://qat.redports.org/buildarchive/r382224/

Log:
  - Cleanup -lpthread/-pthread manipulation

Modified:
  head/science/hdf5/Makefile

Modified: head/science/hdf5/Makefile
==============================================================================
--- head/science/hdf5/Makefile	Wed Mar 25 14:59:04 2015	(r382223)
+++ head/science/hdf5/Makefile	Wed Mar 25 14:59:12 2015	(r382224)
@@ -48,7 +48,6 @@ SZIP_CONFIGURE_ON=	--with-szlib=${LOCALB
 SZIP_LIB_DEPENDS=	libsz.so:${PORTSDIR}/science/szip
 
 post-patch:
-	@${REINPLACE_CMD} -e 's|-lpthread|-pthread|g' ${WRKSRC}/configure
 	@${REINPLACE_CMD} -e 's|-O3||g' ${WRKSRC}/config/gnu-flags
 	@${REINPLACE_CMD} \
 		-e '/LD_LIBRARY_PATH/ s|^|#|' \


More information about the svn-ports-head mailing list