From 1649b6a9b7f956202e94db62962dc72401231efa Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Thu, 15 Aug 2024 21:42:13 +0200 Subject: graphics/graphviz: update to 12.0.0 fix PHP bindings (swig 4.2) --- graphics/graphviz/files/patch-lib_gvpr_compile.c | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 graphics/graphviz/files/patch-lib_gvpr_compile.c (limited to 'graphics/graphviz/files/patch-lib_gvpr_compile.c') 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) -- cgit v1.2.3