utf8proc: Update from 2.1.0 to 2.1.1
[termux-packages] / packages / graphviz / no-configure-dot-plugins.patch
CommitLineData
8f905a70
DD
1diff -r -u graphviz-2.38.0/cmd/dot/Makefile.am src/cmd/dot/Makefile.am
2--- graphviz-2.38.0/cmd/dot/Makefile.am 2014-04-13 13:40:25.000000000 -0700
3+++ src/cmd/dot/Makefile.am 2016-04-04 15:38:30.797597592 -0700
4@@ -58,7 +58,6 @@
5 # run "dot -c", if possible, to create plugin config
6 install-exec-hook:
7 (cd $(DESTDIR)$(bindir); if test -x dot$(EXEEXT); then for i in $(linkedprogram); do rm -f $$i; $(LN_S) dot$(EXEEXT) $$i; done; fi;)
8- if test "x$(DESTDIR)" = "x"; then if test -x $(bindir)/dot$(EXEEXT); then if test -x /sbin/ldconfig; then /sbin/ldconfig 2>/dev/null; fi; $(bindir)/dot$(EXEEXT) -c; else $(bindir)/dot_static$(EXEEXT) -c; fi; fi
9
10 uninstall-hook:
11 (cd $(DESTDIR)$(man1dir); for i in $(linkedman); do rm -f $$i; done;)
12Only in src/cmd/dot: Makefile.am~
13diff -r -u graphviz-2.38.0/cmd/dot/Makefile.in src/cmd/dot/Makefile.in
14--- graphviz-2.38.0/cmd/dot/Makefile.in 2014-04-13 13:41:50.000000000 -0700
15+++ src/cmd/dot/Makefile.in 2016-04-04 15:38:02.213908307 -0700
16@@ -1177,7 +1177,6 @@
17 # run "dot -c", if possible, to create plugin config
18 install-exec-hook:
19 (cd $(DESTDIR)$(bindir); if test -x dot$(EXEEXT); then for i in $(linkedprogram); do rm -f $$i; $(LN_S) dot$(EXEEXT) $$i; done; fi;)
20- if test "x$(DESTDIR)" = "x"; then if test -x $(bindir)/dot$(EXEEXT); then if test -x /sbin/ldconfig; then /sbin/ldconfig 2>/dev/null; fi; $(bindir)/dot$(EXEEXT) -c; else $(bindir)/dot_static$(EXEEXT) -c; fi; fi
21
22 uninstall-hook:
23 (cd $(DESTDIR)$(man1dir); for i in $(linkedman); do rm -f $$i; done;)
24Only in src/cmd/dot: Makefile.in~