diff options
author | lofi <lofi@FreeBSD.org> | 2004-05-21 22:49:38 +0000 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-05-21 22:49:38 +0000 |
commit | 467dced013b89194e87041f518b7395ec6aea44b (patch) | |
tree | b0ab68f9f0bd52700832411e449a27c9eb11a106 /astro | |
parent | 4dd6d619da61a73cfc5262eee89356afb7516635 (diff) | |
download | FreeBSD-ports-467dced013b89194e87041f518b7395ec6aea44b.zip FreeBSD-ports-467dced013b89194e87041f518b7395ec6aea44b.tar.gz |
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')
-rw-r--r-- | astro/ksetiwatch/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/astro/ksetiwatch/Makefile b/astro/ksetiwatch/Makefile index 2e2372a..8aa6856 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> |