diff options
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 |