aboutsummaryrefslogtreecommitdiff
path: root/textproc/raptor
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-03-08 08:04:10 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-03-08 08:04:10 +0000
commitc401538bead79fdc9e59a04467e35222b7e7b544 (patch)
tree84106bbfa516aa641ebbf8f5081adecccd0b4aa1 /textproc/raptor
parent3ce0866a9c937f93aedead3fd9faca8580b92a2c (diff)
downloadports-c401538bead79fdc9e59a04467e35222b7e7b544.tar.gz
ports-c401538bead79fdc9e59a04467e35222b7e7b544.zip
- Fix build with curl 7.24.0: curl/types.h was removed (unused since Apr 2004)
Submitted by: sunpoet (myself) Tested by: exp-run by linimon Approved by: linimon (with portmgr hat)
Notes
Notes: svn path=/head/; revision=292936
Diffstat (limited to 'textproc/raptor')
-rw-r--r--textproc/raptor/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/raptor/Makefile b/textproc/raptor/Makefile
index 7d573bfca8e0..4f6b5f007f43 100644
--- a/textproc/raptor/Makefile
+++ b/textproc/raptor/Makefile
@@ -34,4 +34,7 @@ post-extract:
${REINPLACE_CMD} -e 's|utils ||' \
${WRKSRC}/Makefile.in
+post-patch:
+ @${REINPLACE_CMD} -e '/<curl\/types.h>/d' ${WRKSRC}/src/raptor_internal.h
+
.include <bsd.port.mk>