diff options
author | Robert Alessi <alessi@robertalessi.net> | 2025-02-10 21:38:14 +0100 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2025-02-10 21:38:14 +0100 |
commit | aa738f3c1d071735ad69c70339e2b8d61bc894f1 (patch) | |
tree | 957a24b5f17b206bf722a65e6dc26df9c3c722b3 /patches | |
parent | e4c65bf3ee72b8de11fba29b9acae4d1f1a2d375 (diff) | |
download | texlive-openbsd-aa738f3c1d071735ad69c70339e2b8d61bc894f1.tar.gz |
latest asy does not need the patch anymore
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 | ||