1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-29 09:07:08 +00:00
termux-packages/packages/graphviz/cmd-edgepaint-Makefile.am.patch
Henrik Grimler a626f4fb63 graphviz: update to 2.42.3 (#5091)
* graphviz: update to 2.42.3

Add -landroid-glob where needed only and remove -D_typ_ssize_t=1 from CPPFLAGS, doesn't seem to be needed anymore.

* graphviz: update patches, fix so that out-of-src build works
2020-03-28 17:49:29 +01:00

12 lines
474 B
Diff

--- ../cmd-edgepaint-Makefile.am.orig 2020-03-28 14:17:47.357033245 +0100
+++ ./cmd/edgepaint/Makefile.am 2020-03-28 14:18:27.756954983 +0100
@@ -31,7 +31,7 @@
$(top_builddir)/lib/edgepaint/liblab_gamut.la \
$(top_builddir)/lib/cgraph/libcgraph.la \
$(top_builddir)/lib/cdt/libcdt.la \
- $(ANN_LIBS) -lstdc++ -lm
+ $(ANN_LIBS) -lc++_shared -lm
edgepaint.1.pdf: $(srcdir)/edgepaint.1
- @GROFF@ -e -Tps -man -t $(srcdir)/edgepaint.1 | @PS2PDF@ - - >edgepaint.1.pdf