aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-03-19 11:56:35 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-03-19 11:56:35 +0000
commit197c4532ad33c2a8122037fc465ab738a484c303 (patch)
treee37acdebe24b9c93ca116940f9bac11041fefb00 /net
parentad2821017667c84ee5366cff24b46b8c307f4372 (diff)
Notes
Diffstat (limited to 'net')
-rw-r--r--net/tintin++-devel/Makefile3
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