diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | patches/patch-source-asymptote-fileio_cc | 18 | ||||
-rwxr-xr-x | tl-build.sh | 1 |
3 files changed, 1 insertions, 20 deletions
@@ -3,7 +3,7 @@ TeX Live for *Open*BSD | |||
3 | 3 | ||
4 | Contents | 4 | Contents |
5 | -------- | 5 | -------- |
6 | - [Current Release](#2025-release) | 6 | - [Current Release](#2025-release-pretest) |
7 | - [Running TeX Live in OpenBSD](#running-tex-live-in-openbsd) | 7 | - [Running TeX Live in OpenBSD](#running-tex-live-in-openbsd) |
8 | - [TeX Live for OpenBSD at Utah](#tex-live-for-openbsd-at-utah) | 8 | - [TeX Live for OpenBSD at Utah](#tex-live-for-openbsd-at-utah) |
9 | - [Installing TeX Live on OpenBSD With Ready-to-Use Binaries](#installing-tex-live-on-openbsd-with-ready-to-use-binaries) | 9 | - [Installing TeX Live on OpenBSD With Ready-to-Use Binaries](#installing-tex-live-on-openbsd-with-ready-to-use-binaries) |
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 | ||
diff --git a/tl-build.sh b/tl-build.sh index 12e0463..9c41db1 100755 --- a/tl-build.sh +++ b/tl-build.sh | |||
@@ -133,7 +133,6 @@ if [[ ${with_asymptote} == "y" ]];then | |||
133 | --enable-static CXXFLAGS=-std=c++11 \ | 133 | --enable-static CXXFLAGS=-std=c++11 \ |
134 | --disable-curl --disable-lsp --disable-gsl --disable-fftw --disable-readline --disable-gc | 134 | --disable-curl --disable-lsp --disable-gsl --disable-fftw --disable-readline --disable-gc |
135 | sed -i.bak -e 's/^LIBS = /LIBS = -static /' Makefile | 135 | sed -i.bak -e 's/^LIBS = /LIBS = -static /' Makefile |
136 | cp ${patch_dir}/patch-source-asymptote-fileio_cc . && patch < patch-source-asymptote-fileio_cc | ||
137 | gmake | 136 | gmake |
138 | strip asy | 137 | strip asy |
139 | fi | 138 | fi |