aboutsummaryrefslogtreecommitdiffstats
path: root/net/kissd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/kissd/Makefile')
-rw-r--r--net/kissd/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/net/kissd/Makefile b/net/kissd/Makefile
index a4581b322477..dab16d4ce8a3 100644
--- a/net/kissd/Makefile
+++ b/net/kissd/Makefile
@@ -14,9 +14,7 @@ GNU_CONFIGURE= yes
PLIST_FILES= bin/kissd
post-patch:
- @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' \
- ${WRKSRC}/configure
- @${REINPLACE_CMD} -e '/^AM_CFLAGS/ s|-Werror|${PTHREAD_CFLAGS}|' \
+ @${REINPLACE_CMD} -e '/^AM_CFLAGS/ s|-Werror||' \
${WRKSRC}/src/Makefile.in
.include <bsd.port.mk>