Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Mar 2015 14:59:13 +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: r382224 - head/science/hdf5
Message-ID:  <201503251459.t2PExDM8021121@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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|^|#|' \



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