Date: Thu, 19 Sep 2013 16:05:05 +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: r327636 - head/graphics/gdal Message-ID: <201309191605.r8JG55ln066734@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Sep 19 16:05:05 2013 New Revision: 327636 URL: http://svnweb.freebsd.org/changeset/ports/327636 Log: - Remove deprecated PTHREAD_* Modified: head/graphics/gdal/Makefile Modified: head/graphics/gdal/Makefile ============================================================================== --- head/graphics/gdal/Makefile Thu Sep 19 15:54:59 2013 (r327635) +++ head/graphics/gdal/Makefile Thu Sep 19 16:05:05 2013 (r327636) @@ -218,7 +218,7 @@ CONFIGURE_ARGS+=--with-xerces=no .endif post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|-lpthread|-pthread|g' ${WRKSRC}/configure post-install: ${TOUCH} ${PREFIX}/lib/gdalplugins/.keepme
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309191605.r8JG55ln066734>