openbsd-ports/x11/gnome/doc-utils/patches/patch-doc_xslt_Makefile_in

17 lines
596 B
Plaintext

$OpenBSD: patch-doc_xslt_Makefile_in,v 1.6 2010/12/20 15:04:50 jasper Exp $
See:
http://bugzilla.gnome.org/show_bug.cgi?id=565456
--- doc/xslt/Makefile.in.orig Mon Dec 20 15:05:53 2010
+++ doc/xslt/Makefile.in Mon Dec 20 15:54:31 2010
@@ -983,7 +983,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 \