diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-20 00:05:05 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-20 00:05:05 +0800 |
commit | 130cd7f25fe6a9d3b2b5bb786367aa8d0b50ac5f (patch) | |
tree | 2ef29a990e53ac4055459861f29fc5625849a6cb /graphics | |
parent | 25ca53108695353f3e82d06de67d2deef9c93f30 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |