$OpenBSD: patch-doc_xslt_Makefile_in,v 1.3 2009/11/19 17:28:36 ajacoutot Exp $

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

--- doc/xslt/Makefile.in.orig	Thu Nov 19 18:04:32 2009
+++ doc/xslt/Makefile.in	Thu Nov 19 18:23:50 2009
@@ -967,7 +967,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 \
