diff options
Diffstat (limited to 'patches/patch-source-asymptote-fileio_cc')
-rw-r--r-- | patches/patch-source-asymptote-fileio_cc | 18 |
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 | ||