aboutsummaryrefslogtreecommitdiff
path: root/mail/libspf2
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-02-12 03:38:52 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-02-12 03:38:52 +0000
commitd64886fbca5a8bc83a0e276f1bb0016bb992a2bc (patch)
treeb597242522f050f74712c057eeb2ea548f398047 /mail/libspf2
parente01398ce8be987a7789880eaeeaba26f57d8b841 (diff)
downloadports-d64886fbca5a8bc83a0e276f1bb0016bb992a2bc.tar.gz
ports-d64886fbca5a8bc83a0e276f1bb0016bb992a2bc.zip
- Fix build with clang
PR: ports/164974 Submitted by: James Kelly <james@hicag.org>
Notes
Notes: svn path=/head/; revision=291018
Diffstat (limited to 'mail/libspf2')
-rw-r--r--mail/libspf2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/libspf2/Makefile b/mail/libspf2/Makefile
index 0db7534618f7..9f69eb86ba26 100644
--- a/mail/libspf2/Makefile
+++ b/mail/libspf2/Makefile
@@ -22,7 +22,7 @@ USE_LDCONFIG= yes
GNU_CONFIGURE= yes
post-patch:
- @${REINPLACE_CMD} -e "s|-lpthread|${PTHREAD_LIBS}|g" \
- ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e '/__VA_ARGS__/ s|format, ||g' ${WRKSRC}/src/include/spf_log.h
.include <bsd.port.mk>