diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-03-08 08:04:10 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-03-08 08:04:10 +0000 |
commit | c401538bead79fdc9e59a04467e35222b7e7b544 (patch) | |
tree | 84106bbfa516aa641ebbf8f5081adecccd0b4aa1 /net/nepenthes | |
parent | 3ce0866a9c937f93aedead3fd9faca8580b92a2c (diff) | |
download | ports-c401538bead79fdc9e59a04467e35222b7e7b544.tar.gz ports-c401538bead79fdc9e59a04467e35222b7e7b544.zip |
Notes
Diffstat (limited to 'net/nepenthes')
-rw-r--r-- | net/nepenthes/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net/nepenthes/Makefile b/net/nepenthes/Makefile index 594152501bfb..4dcee0c5cc12 100644 --- a/net/nepenthes/Makefile +++ b/net/nepenthes/Makefile @@ -37,5 +37,13 @@ MAN8= nepenthes.8 post-patch: @${FIND} ${WRKSRC} -name Makefile.in -print0 | ${XARGS} -0 \ ${REINPLACE_CMD} -e 's,-Werror,,' + @${REINPLACE_CMD} -e '/<curl\/types.h>/d' \ + ${WRKSRC}/modules/download-curl/download-curl.hpp \ + ${WRKSRC}/modules/submit-http/HTTPSession.hpp \ + ${WRKSRC}/modules/submit-http/HTTPSession.cpp \ + ${WRKSRC}/modules/submit-http/submit-http.hpp \ + ${WRKSRC}/modules/submit-mwserv/TransferSession.hpp \ + ${WRKSRC}/modules/submit-mwserv/submit-mwserv.hpp \ + ${WRKSRC}/modules/submit-norman/submit-norman.hpp .include <bsd.port.mk> |