svn commit: r327636 - head/graphics/gdal

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Sep 19 16:05:06 UTC 2013


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


More information about the svn-ports-all mailing list