aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2013-09-20 00:05:05 +0800
committersunpoet <sunpoet@FreeBSD.org>2013-09-20 00:05:05 +0800
commit130cd7f25fe6a9d3b2b5bb786367aa8d0b50ac5f (patch)
tree2ef29a990e53ac4055459861f29fc5625849a6cb /graphics
parent25ca53108695353f3e82d06de67d2deef9c93f30 (diff)
downloadfreebsd-ports-gnome-130cd7f25fe6a9d3b2b5bb786367aa8d0b50ac5f.tar.gz
freebsd-ports-gnome-130cd7f25fe6a9d3b2b5bb786367aa8d0b50ac5f.tar.zst
freebsd-ports-gnome-130cd7f25fe6a9d3b2b5bb786367aa8d0b50ac5f.zip
- Remove deprecated PTHREAD_*
Diffstat (limited to 'graphics')
-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