aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/fox17
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2011-08-05 17:48:07 +0800
committergahr <gahr@FreeBSD.org>2011-08-05 17:48:07 +0800
commit1db5d8a7f9f4d833e7330a94e70b0e9bfd5cfcf1 (patch)
treec6ae777f2904932e7ac9c9c2bf0e9dff73c49c89 /x11-toolkits/fox17
parentc356d3ed32e9055b42408172dc3485a0681e32bd (diff)
downloadfreebsd-ports-gnome-1db5d8a7f9f4d833e7330a94e70b0e9bfd5cfcf1.tar.gz
freebsd-ports-gnome-1db5d8a7f9f4d833e7330a94e70b0e9bfd5cfcf1.tar.zst
freebsd-ports-gnome-1db5d8a7f9f4d833e7330a94e70b0e9bfd5cfcf1.zip
- Add the pthread library to the pkg-config "libs" option
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