From aa738f3c1d071735ad69c70339e2b8d61bc894f1 Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Mon, 10 Feb 2025 21:38:14 +0100 Subject: latest asy does not need the patch anymore --- patches/patch-source-asymptote-fileio_cc | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 patches/patch-source-asymptote-fileio_cc (limited to 'patches') 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 @@ ---- fileio.cc Sun Feb 9 11:32:40 2025 -+++ fileio.cc.1 Sun Feb 9 11:27:29 2025 -@@ -421,6 +421,8 @@ - if(errorstream::interrupt) throw interrupted(); - } - -+#if HAVE_LIBTIRPC -+ - void igzxfile::open() - { - name=locatefile(inpath(name)); -@@ -447,5 +449,6 @@ - processData().ixfile.remove(index); - } - } -+#endif - - } // namespace camp -- cgit v1.2.3