aboutsummaryrefslogtreecommitdiff
path: root/textproc/raptor/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/raptor/Makefile')
-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>