nixpkgs/pkgs/tools/graphics/graphviz
Peter Simons 3d4068b11a graphviz: patch broken cdt.h header file
The cdt.h header duplicates the signatures of standard library functions
memcmp() and strcpy(), but those signatures don't match the real thing when
building with a C++ compiler, because they lack the no-throw declaration glibc
has. Simply dropping those redundant prototypes remedies the issue.
2012-11-11 20:16:21 +01:00
..
2.0.nix Readding old Graphviz: I need it for some graph program that relies on its way of grid snapping. 2010-07-05 19:04:33 +00:00
default.nix graphviz: patch broken cdt.h header file 2012-11-11 20:16:21 +01:00
fix-broken-memcp-signature.patch graphviz: patch broken cdt.h header file 2012-11-11 20:16:21 +01:00