openbsd-ports/x11/gnome/doc-utils/patches/patch-doc_xslt_Makefile_in
2009-10-10 13:49:57 +00:00

17 lines
599 B
Plaintext

$OpenBSD: patch-doc_xslt_Makefile_in,v 1.2 2009/10/10 13:49:57 ajacoutot Exp $
See:
http://bugzilla.gnome.org/show_bug.cgi?id=565456
--- doc/xslt/Makefile.in.orig Mon Sep 21 16:42:15 2009
+++ doc/xslt/Makefile.in Sat Oct 10 15:44:16 2009
@@ -965,7 +965,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 \