From 5354bf6e08c970c6a9867c6892846447a56696a5 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Sat, 27 Sep 2003 08:19:56 +0000 Subject: - Use PTHREAD_LIBS instead of hardcoded -pthread PR: 57124 Submitted by: maintainer --- graphics/Coin/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'graphics') 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 -- cgit v1.2.3