diff options
author | Timo Teräs <timo.teras@iki.fi> | 2013-12-18 08:54:26 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2013-12-18 08:54:26 +0000 |
commit | 1db45dc64fa032504d5540e3c84f3319070955a0 (patch) | |
tree | 1eb7ff822802c001e65047b89f40d2ac0066ef2c /main/graphviz/musl-posix-grep.patch | |
parent | c4af99e94fed5847c7a39b7c5c22578f2715229c (diff) | |
download | aports-1db45dc64fa032504d5540e3c84f3319070955a0.tar.bz2 aports-1db45dc64fa032504d5540e3c84f3319070955a0.tar.xz |
main/graphviz: fix musl build
Diffstat (limited to 'main/graphviz/musl-posix-grep.patch')
-rw-r--r-- | main/graphviz/musl-posix-grep.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/main/graphviz/musl-posix-grep.patch b/main/graphviz/musl-posix-grep.patch new file mode 100644 index 0000000000..3cff5feb52 --- /dev/null +++ b/main/graphviz/musl-posix-grep.patch @@ -0,0 +1,22 @@ +--- graphviz-2.34.0.orig/Makefile.am ++++ graphviz-2.34.0/Makefile.am +@@ -31,7 +31,7 @@ + BUILT_SOURCES = $(top_builddir)/graphviz_version.h + + $(top_builddir)/graphviz_version.h: config.h +- $(GREP) 'PACKAGE\|VERSION\|GVPLUGIN' config.h > $(top_builddir)/graphviz_version.h ++ $(EGREP) 'PACKAGE|VERSION|GVPLUGIN' config.h > $(top_builddir)/graphviz_version.h + + EXTRA_DIST = $(txt) $(html) graphviz.spec.in graphviz.spec \ + autogen.sh config/depcomp config/config.rpath \ +--- graphviz-2.34.0.orig/Makefile.in ++++ graphviz-2.34.0/Makefile.in +@@ -1242,7 +1242,7 @@ + find $(distdir) -name CVS -type d -prune -exec rm -rf {} \; + + $(top_builddir)/graphviz_version.h: config.h +- $(GREP) 'PACKAGE\|VERSION\|GVPLUGIN' config.h > $(top_builddir)/graphviz_version.h ++ $(EGREP) 'PACKAGE|VERSION|GVPLUGIN' config.h > $(top_builddir)/graphviz_version.h + + .PHONY: rpm + rpm: dist |