aboutsummaryrefslogtreecommitdiff
path: root/graphics
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
parentd5acd1efb19d09e3101d3534721ec1ba1f244217 (diff)
downloadports-5354bf6e08c970c6a9867c6892846447a56696a5.tar.gz
ports-5354bf6e08c970c6a9867c6892846447a56696a5.zip
Notes
Diffstat (limited to 'graphics')
-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>