diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-06-22 19:42:06 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-06-22 19:42:06 +0000 |
commit | e8a3b06aefc3d40df8acdb3565e9f645054b56e7 (patch) | |
tree | 930bf6921a2ac75cbc02b0432d5d7ca10d6fa1ab /sysutils/kcube | |
parent | 27b5ab6c87cb1736e0976f5a0be4a45bdd41c8ab (diff) | |
download | ports-e8a3b06aefc3d40df8acdb3565e9f645054b56e7.tar.gz ports-e8a3b06aefc3d40df8acdb3565e9f645054b56e7.zip |
Notes
Diffstat (limited to 'sysutils/kcube')
-rw-r--r-- | sysutils/kcube/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sysutils/kcube/Makefile b/sysutils/kcube/Makefile index db4e11e1ffd1..135e73a23c95 100644 --- a/sysutils/kcube/Makefile +++ b/sysutils/kcube/Makefile @@ -22,8 +22,7 @@ USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes post-patch: - @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} + @${REINPLACE_CMD} -e 's|-O2||g' -e '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> |