diff options
Diffstat (limited to 'patches')
-rw-r--r-- | patches/patch-source-asymptote-fileio_cc | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/patches/patch-source-asymptote-fileio_cc b/patches/patch-source-asymptote-fileio_cc deleted file mode 100644 index 15d0a52..0000000 --- a/patches/patch-source-asymptote-fileio_cc +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
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 | ||