diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-03-19 11:56:35 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-03-19 11:56:35 +0000 |
commit | 197c4532ad33c2a8122037fc465ab738a484c303 (patch) | |
tree | e37acdebe24b9c93ca116940f9bac11041fefb00 /net | |
parent | ad2821017667c84ee5366cff24b46b8c307f4372 (diff) |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/tintin++-devel/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/tintin++-devel/Makefile b/net/tintin++-devel/Makefile index 4c07968dfc93..a2bda3b252f8 100644 --- a/net/tintin++-devel/Makefile +++ b/net/tintin++-devel/Makefile @@ -32,6 +32,9 @@ CFLAGS+= -I ${LOCALBASE}/include MAKE_ENV+= LIBS="-L${LOCALBASE}/lib" .endif +post-patch: + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' ${WRKSRC}/Makefile.in + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tt++ ${PREFIX}/bin .ifndef NOPORTDOCS |