diff options
author | John Marino <marino@FreeBSD.org> | 2015-03-26 07:51:05 +0800 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-03-26 07:51:05 +0800 |
commit | b90f611b9c50570251338dbca6ff573948723aa4 (patch) | |
tree | 73ac90ce1906f5bacef01f927cd1d4a37a54b6bb /net/kissd | |
parent | 2241654c185e68c779f116506f10ed1832feb79e (diff) | |
download | freebsd-ports-gnome-b90f611b9c50570251338dbca6ff573948723aa4.tar.gz freebsd-ports-gnome-b90f611b9c50570251338dbca6ff573948723aa4.tar.zst freebsd-ports-gnome-b90f611b9c50570251338dbca6ff573948723aa4.zip |
net category: Remove $PTHREAD_LIBS
openafs did not pass check-plist (pre-existing) so fixed and bumped.
Also, pkg-plist was sorted. mediatomb and spread also fail plist-checks
but they weren't fixed.
approved by: PTHREAD blanket
Diffstat (limited to 'net/kissd')
-rw-r--r-- | net/kissd/Makefile | 4 |
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> |