$OpenBSD: patch-doc_xslt_Makefile_in,v 1.9 2012/03/26 23:19:36 ajacoutot Exp $

http://bugzilla.gnome.org/show_bug.cgi?id=565456

--- doc/xslt/Makefile.in.orig	Mon Mar 26 20:23:19 2012
+++ doc/xslt/Makefile.in	Tue Mar 27 01:16:40 2012
@@ -1034,7 +1034,7 @@ gnome-doc-xslt-check-includes:
 	xmls=`echo $(xsldoc_base) | sort`; \
 	exs=""; \
 	for xml in $$xmls; do \
-	  if echo "$$incs" | tr '\n' '\ ' | grep -v "\<$$xml\>" 1>/dev/null; then \
+	  if echo "$$incs" | tr '\n' '\ ' | ggrep -v "\<$$xml\>" 1>/dev/null; then \
 	    exs="$$exs$$xml "; \
 	fi; done; \
 	if [ "x$$exs" != "x" ]; then \
