diff options
| author | John Marino <marino@FreeBSD.org> | 2015-03-25 23:51:05 +0000 |
|---|---|---|
| committer | John Marino <marino@FreeBSD.org> | 2015-03-25 23:51:05 +0000 |
| commit | b90f611b9c50570251338dbca6ff573948723aa4 (patch) | |
| tree | 73ac90ce1906f5bacef01f927cd1d4a37a54b6bb /net/xmlrpc-c-devel | |
| parent | Stop installing info files, the manpages already covers the full documentation (diff) | |
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/xmlrpc-c-devel')
| -rw-r--r-- | net/xmlrpc-c-devel/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/xmlrpc-c-devel/Makefile b/net/xmlrpc-c-devel/Makefile index 9e2c54736d3b..7fa82d25c35b 100644 --- a/net/xmlrpc-c-devel/Makefile +++ b/net/xmlrpc-c-devel/Makefile @@ -54,8 +54,6 @@ post-extract: @${FIND} ${WRKSRC} -type l -name srcdir -delete post-patch: - @${GREP} -lR '\-lpthread' ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ - 's|-lpthread|${PTHREAD_LIBS}|g' @${REINPLACE_CMD} -e '/#include.*features.h/ s/features.h/sys\/cdefs.h/' \ ${WRKSRC}/tools/xmlrpc_pstream/xmlrpc_pstream.cpp @${REINPLACE_CMD} -e '/define _XOPEN_SOURCE 600/ s,^,//,' \ |
