summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/libsoup/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile
index 86d64537d964..a243f5da9df8 100644
--- a/devel/libsoup/Makefile
+++ b/devel/libsoup/Makefile
@@ -50,7 +50,8 @@ pre-everything::
@${ECHO_MSG} ""
post-patch:
- @${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g' \
+ @${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g ; \
+ s|" == "|" = "|g' \
${WRKSRC}/configure
.include <bsd.port.post.mk>