diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-05-21 22:23:08 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-05-21 22:23:08 +0000 |
commit | 258a678bdeccb425a20f68feb0aa7b03381497a3 (patch) | |
tree | afce4682b9fbe23dad8220014989e00bec7fb1f7 /astro | |
parent | - Update to 1.4.4 (diff) |
Remove inclusion of "${PORTSDIR}/x11/kde3/Makefile.kde", fix PTHREAD_LIBS
safeness, fix compilation where needed.
Committers: Please do NOT include Makefile.kde or commit new ports which do
so. It's for use with the core KDE ports maintained by kde@freebsd.org ONLY.
Notes
Notes:
svn path=/head/; revision=109667
Diffstat (limited to 'astro')
-rw-r--r-- | astro/ksetiwatch/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/astro/ksetiwatch/Makefile b/astro/ksetiwatch/Makefile index 2fdc724f77b2..2e2372a6562d 100644 --- a/astro/ksetiwatch/Makefile +++ b/astro/ksetiwatch/Makefile @@ -20,8 +20,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> |