aboutsummaryrefslogtreecommitdiff
path: root/net/kissd
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-03-25 23:51:05 +0000
committerJohn Marino <marino@FreeBSD.org>2015-03-25 23:51:05 +0000
commitb90f611b9c50570251338dbca6ff573948723aa4 (patch)
tree73ac90ce1906f5bacef01f927cd1d4a37a54b6bb /net/kissd
parent2241654c185e68c779f116506f10ed1832feb79e (diff)
Notes
Diffstat (limited to 'net/kissd')
-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>