openbsd-ports/x11/gnome/doc-utils/patches/patch-doc_xslt_Makefile_in
2009-01-12 17:36:28 +00:00

17 lines
599 B
Plaintext

$OpenBSD: patch-doc_xslt_Makefile_in,v 1.1 2009/01/12 17:36:29 ajacoutot Exp $
See:
http://bugzilla.gnome.org/show_bug.cgi?id=565456
--- doc/xslt/Makefile.in.orig Mon Jan 12 17:54:09 2009
+++ doc/xslt/Makefile.in Mon Jan 12 17:54:32 2009
@@ -913,7 +913,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 \