aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2009-06-15 05:14:09 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2009-06-15 05:14:09 +0000
commit4ee0ce01d44d80987463b6c07457a9cab8a77871 (patch)
tree0280f3a87c41b33738d3ade5a792feb3bb5a9354 /devel
parent8452ded7a8f0fb90911f0d39f59257f8f9185a2c (diff)
downloadports-4ee0ce01d44d80987463b6c07457a9cab8a77871.tar.gz
ports-4ee0ce01d44d80987463b6c07457a9cab8a77871.zip
Notes
Diffstat (limited to 'devel')
-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>