summaryrefslogtreecommitdiff
path: root/graphics/graphviz/files/patch-lib_gvpr_compile.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_compile.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_compile.c')
-rw-r--r--graphics/graphviz/files/patch-lib_gvpr_compile.c11
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)