aboutsummaryrefslogtreecommitdiff
path: root/patches/patch-source-asymptote-fileio_cc
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2025-02-10 10:50:17 +0100
committerRobert Alessi <alessi@robertalessi.net>2025-02-10 10:50:17 +0100
commit892914a2770808252b0c15d099f1dd537aff3645 (patch)
tree2e895e8d29c5da666c252ad0a10d91b47eadaf72 /patches/patch-source-asymptote-fileio_cc
parent15fd59a5b01b9fb7bcb3fb1a5cd20b567b49e21f (diff)
downloadtexlive-openbsd-892914a2770808252b0c15d099f1dd537aff3645.tar.gz
2025-pretest
Diffstat (limited to 'patches/patch-source-asymptote-fileio_cc')
-rw-r--r--patches/patch-source-asymptote-fileio_cc18
1 files changed, 18 insertions, 0 deletions
diff --git a/patches/patch-source-asymptote-fileio_cc b/patches/patch-source-asymptote-fileio_cc
new file mode 100644
index 0000000..15d0a52
--- /dev/null
+++ b/patches/patch-source-asymptote-fileio_cc
@@ -0,0 +1,18 @@
1--- fileio.cc Sun Feb 9 11:32:40 2025
2+++ fileio.cc.1 Sun Feb 9 11:27:29 2025
3@@ -421,6 +421,8 @@
4 if(errorstream::interrupt) throw interrupted();
5 }
6
7+#if HAVE_LIBTIRPC
8+
9 void igzxfile::open()
10 {
11 name=locatefile(inpath(name));
12@@ -447,5 +449,6 @@
13 processData().ixfile.remove(index);
14 }
15 }
16+#endif
17
18 } // namespace camp