diff options
author | Markus Brueffer <markus@FreeBSD.org> | 2004-06-05 22:50:07 +0000 |
---|---|---|
committer | Markus Brueffer <markus@FreeBSD.org> | 2004-06-05 22:50:07 +0000 |
commit | 659bd08ae98fb4dfbbc79a53e709395b47d29c4e (patch) | |
tree | 455a0b089ad9208227eba3662896e4322937bcad /deskutils/basket | |
parent | e8abe264d808ea44d061338b154fcda5d16ef2a3 (diff) | |
download | ports-659bd08ae98fb4dfbbc79a53e709395b47d29c4e.tar.gz ports-659bd08ae98fb4dfbbc79a53e709395b47d29c4e.zip |
Notes
Diffstat (limited to 'deskutils/basket')
-rw-r--r-- | deskutils/basket/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/deskutils/basket/Makefile b/deskutils/basket/Makefile index 19ec248d3abd..eecbcbe6f71a 100644 --- a/deskutils/basket/Makefile +++ b/deskutils/basket/Makefile @@ -19,8 +19,7 @@ GNU_CONFIGURE= yes USE_REINPLACE= yes post-patch: - @${REINPLACE_CMD} -e 's/-O2//g' ${WRKSRC}/${CONFIGURE_SCRIPT} + @${REINPLACE_CMD} -e 's/-O2//g; s/-lpthread/${PTHREAD_LIBS}/g' \ + ${WRKSRC}/${CONFIGURE_SCRIPT} -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/x11/kde3/Makefile.kde" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |