summaryrefslogtreecommitdiff
path: root/graphics/graphviz/files/patch-lib_gvpr_actions.c
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2024-08-15 21:42:13 +0200
committerDirk Meyer <dinoex@FreeBSD.org>2024-08-15 21:42:13 +0200
commit1649b6a9b7f956202e94db62962dc72401231efa (patch)
tree4267ab0cb94cc71d18ee428605ed4ff50ccf6fa9 /graphics/graphviz/files/patch-lib_gvpr_actions.c
parentsysutils/yazi: Update to 0.3.1 (diff)
graphics/graphviz: update to 12.0.0
fix PHP bindings (swig 4.2)
Diffstat (limited to 'graphics/graphviz/files/patch-lib_gvpr_actions.c')
-rw-r--r--graphics/graphviz/files/patch-lib_gvpr_actions.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/graphviz/files/patch-lib_gvpr_actions.c b/graphics/graphviz/files/patch-lib_gvpr_actions.c
deleted file mode 100644
index a8ead9200f98..000000000000
--- a/graphics/graphviz/files/patch-lib_gvpr_actions.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/gvpr/actions.c.orig 2023-09-11 18:30:04 UTC
-+++ lib/gvpr/actions.c
-@@ -33,7 +33,7 @@
- #define KINDS(p) ((AGTYPE(p) == AGRAPH) ? "graph" : (AGTYPE(p) == AGNODE) ? "node" : "edge")
-
- static int iofread(void *chan, char *buf, int bufsize) {
-- return (int)read(fileno(chan), buf, bufsize);
-+ return (int)read(fileno((FILE *)chan), buf, bufsize);
- }
-
- static int ioputstr(void *chan, const char *str) {