diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-27 08:19:56 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-27 08:19:56 +0000 |
commit | 5354bf6e08c970c6a9867c6892846447a56696a5 (patch) | |
tree | 73e5d09c205e1a539e714d446d3b8428de9ea838 /graphics | |
parent | d5acd1efb19d09e3101d3534721ec1ba1f244217 (diff) | |
download | ports-5354bf6e08c970c6a9867c6892846447a56696a5.tar.gz ports-5354bf6e08c970c6a9867c6892846447a56696a5.zip |
Notes
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> |