diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2024-08-15 21:42:13 +0200 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2024-08-15 21:42:13 +0200 |
commit | 1649b6a9b7f956202e94db62962dc72401231efa (patch) | |
tree | 4267ab0cb94cc71d18ee428605ed4ff50ccf6fa9 /graphics/graphviz/files/patch-lib_gvpr_compile.c | |
parent | sysutils/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_compile.c')
-rw-r--r-- | graphics/graphviz/files/patch-lib_gvpr_compile.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/graphviz/files/patch-lib_gvpr_compile.c b/graphics/graphviz/files/patch-lib_gvpr_compile.c deleted file mode 100644 index 24aa574db381..000000000000 --- a/graphics/graphviz/files/patch-lib_gvpr_compile.c +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/gvpr/compile.c.orig 2023-09-11 18:30:04 UTC -+++ lib/gvpr/compile.c -@@ -56,7 +56,7 @@ static Sflong_t ptr2int(const void *p) { - - 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) |