summaryrefslogtreecommitdiff
path: root/graphics/Coin
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-09-27 08:19:56 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-09-27 08:19:56 +0000
commit5354bf6e08c970c6a9867c6892846447a56696a5 (patch)
tree73e5d09c205e1a539e714d446d3b8428de9ea838 /graphics/Coin
parent- Update of games/nwnusers to version 1.4 due to protocol (diff)
- Use PTHREAD_LIBS instead of hardcoded -pthread
PR: 57124 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=89533
Diffstat (limited to 'graphics/Coin')
-rw-r--r--graphics/Coin/Makefile1
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>