diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Coin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Coin/Makefile b/graphics/Coin/Makefile index b45b63ee24b4..9f2954e1b2ce 100644 --- a/graphics/Coin/Makefile +++ b/graphics/Coin/Makefile @@ -29,5 +29,6 @@ MAN1= coin-config.1 post-patch: @${REINPLACE_CMD} -e 's|DATA install-data-local|DATA|g' ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure .include <bsd.port.mk> |