diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2020-04-12 12:39:22 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2020-04-12 12:39:22 +0000 |
commit | 782e24779e91be857bcd44269ccd15e83eb8a7a8 (patch) | |
tree | ba102679d59cfed463bc0af21fec0ec6e5b0e79f /graphics/graphviz/files | |
parent | kutils/latte-dock update to latest upstream, (diff) |
- update to 2.44.0
Notes
Notes:
svn path=/head/; revision=531505
Diffstat (limited to 'graphics/graphviz/files')
-rw-r--r-- | graphics/graphviz/files/patch-lib-sfdpgen-PriorityQueue.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/graphviz/files/patch-lib-sfdpgen-PriorityQueue.c b/graphics/graphviz/files/patch-lib-sfdpgen-PriorityQueue.c new file mode 100644 index 000000000000..51e732f4038d --- /dev/null +++ b/graphics/graphviz/files/patch-lib-sfdpgen-PriorityQueue.c @@ -0,0 +1,11 @@ +--- lib/sfdpgen/PriorityQueue.c.orig 2020-04-08 07:51:57 UTC ++++ lib/sfdpgen/PriorityQueue.c +@@ -11,7 +11,7 @@ + * Contributors: See CVS logs. Details at http://www.graphviz.org/ + *************************************************************************/ + +-#include <malloc.h> ++#include <stdlib.h> + + #include "LinkedList.h" + #include "PriorityQueue.h" |