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 /multimedia/grpplaylist | |
parent | 27b5ab6c87cb1736e0976f5a0be4a45bdd41c8ab (diff) | |
download | ports-e8a3b06aefc3d40df8acdb3565e9f645054b56e7.tar.gz ports-e8a3b06aefc3d40df8acdb3565e9f645054b56e7.zip |
Notes
Diffstat (limited to 'multimedia/grpplaylist')
-rw-r--r-- | multimedia/grpplaylist/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/multimedia/grpplaylist/Makefile b/multimedia/grpplaylist/Makefile index 4ee170bc9738..c7c1da4f7915 100644 --- a/multimedia/grpplaylist/Makefile +++ b/multimedia/grpplaylist/Makefile @@ -22,8 +22,7 @@ GNU_CONFIGURE= yes USE_REINPLACE= 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> |