aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/fox17
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2011-08-05 09:48:07 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2011-08-05 09:48:07 +0000
commit633bcc7f168da041d8eaab99d13c0af4cd2ba983 (patch)
tree07f616dfb6d296099f22235d53eb68f8bd3f0c3c /x11-toolkits/fox17
parent842540e1171cfcfe135fd261d6ef086d27cd32d5 (diff)
downloadports-633bcc7f168da041d8eaab99d13c0af4cd2ba983.tar.gz
ports-633bcc7f168da041d8eaab99d13c0af4cd2ba983.zip
- Add the pthread library to the pkg-config "libs" option
Notes
Notes: svn path=/head/; revision=278948
Diffstat (limited to 'x11-toolkits/fox17')
-rw-r--r--x11-toolkits/fox17/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/fox17/Makefile b/x11-toolkits/fox17/Makefile
index 619279bb44c2..20488aae50fd 100644
--- a/x11-toolkits/fox17/Makefile
+++ b/x11-toolkits/fox17/Makefile
@@ -48,6 +48,7 @@ BROKEN= does not build on amd64
.endif
post-patch:
+ ${REINPLACE_CMD} -e '/^Libs:/s|$$| ${PTHREAD_LIBS}|' ${WRKSRC}/fox17.pc.in
.if defined(NOPORTDOCS)
${REINPLACE_CMD} -e '/^SUBDIRS/s/ doc//' ${WRKSRC}/Makefile.am ${WRKSRC}/Makefile.in
.endif