aboutsummaryrefslogtreecommitdiff
path: root/graphics/gdal/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-09-19 16:05:05 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-09-19 16:05:05 +0000
commit039b6350a5149bdb1bc3402e8fe00958cbb668b0 (patch)
tree2ef29a990e53ac4055459861f29fc5625849a6cb /graphics/gdal/Makefile
parent36ab2bd5061dbaf57191c4c90a39706a995b23ee (diff)
downloadports-039b6350a5149bdb1bc3402e8fe00958cbb668b0.tar.gz
ports-039b6350a5149bdb1bc3402e8fe00958cbb668b0.zip
- Remove deprecated PTHREAD_*
Notes
Notes: svn path=/head/; revision=327636
Diffstat (limited to 'graphics/gdal/Makefile')
-rw-r--r--graphics/gdal/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile
index 0d9b73d6dc63..87c4324cc779 100644
--- a/graphics/gdal/Makefile
+++ b/graphics/gdal/Makefile
@@ -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