aboutsummaryrefslogtreecommitdiffstats
path: root/astro/ksetiwatch
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2004-05-22 06:49:38 +0800
committerlofi <lofi@FreeBSD.org>2004-05-22 06:49:38 +0800
commit467dced013b89194e87041f518b7395ec6aea44b (patch)
treeb0ab68f9f0bd52700832411e449a27c9eb11a106 /astro/ksetiwatch
parent4dd6d619da61a73cfc5262eee89356afb7516635 (diff)
downloadfreebsd-ports-gnome-467dced013b89194e87041f518b7395ec6aea44b.tar.gz
freebsd-ports-gnome-467dced013b89194e87041f518b7395ec6aea44b.tar.zst
freebsd-ports-gnome-467dced013b89194e87041f518b7395ec6aea44b.zip
Remove the threads related REINPLACE again, the source comes with
a smart configure script which figures things out on its own.
Diffstat (limited to 'astro/ksetiwatch')
-rw-r--r--astro/ksetiwatch/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/astro/ksetiwatch/Makefile b/astro/ksetiwatch/Makefile
index 2e2372a6562d..8aa6856a963e 100644
--- a/astro/ksetiwatch/Makefile
+++ b/astro/ksetiwatch/Makefile
@@ -20,7 +20,6 @@ GNU_CONFIGURE= yes
USE_REINPLACE= yes
post-patch:
- @${REINPLACE_CMD} -e 's|-O2||g' -e 's|-lpthread|${PTHREAD_LIBS}|g' \
- ${WRKSRC}/${CONFIGURE_SCRIPT}
+ @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
.include <bsd.port.mk>