summaryrefslogtreecommitdiff
path: root/editors/gedit-plugins
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2006-10-26 18:14:11 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2006-10-26 18:14:11 +0000
commitb5ddf004a89c42c0c2bf1e68813c9a142dc882f9 (patch)
tree9042bfbc651d3d31fadd2b499d16a6aeee6fbc75 /editors/gedit-plugins
parentFix the obnoxious tab-related resize bugs. (diff)
Fix the build on sparc64 by using a correct sed regular expression for
matching spaces. Reported by: pointyhat via kris Approved by: portmgr (implicit)
Notes
Notes: svn path=/head/; revision=175529
Diffstat (limited to 'editors/gedit-plugins')
-rw-r--r--editors/gedit-plugins/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/gedit-plugins/Makefile b/editors/gedit-plugins/Makefile
index 30b967751c0e..5a613d44ad66 100644
--- a/editors/gedit-plugins/Makefile
+++ b/editors/gedit-plugins/Makefile
@@ -52,4 +52,8 @@ CONFIGURE_ARGS+=--disable-python
PLIST_SUB+= PYTHON="@comment "
.endif
+post-patch:
+ @${REINPLACE_CMD} -e 's| \\t\\r\\n\\f|[:space:]|g' \
+ ${WRKSRC}/configure
+
.include <bsd.port.post.mk>