aboutsummaryrefslogtreecommitdiff
path: root/tl-build.sh
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2025-02-10 21:38:14 +0100
committerRobert Alessi <alessi@robertalessi.net>2025-02-10 21:38:14 +0100
commitaa738f3c1d071735ad69c70339e2b8d61bc894f1 (patch)
tree957a24b5f17b206bf722a65e6dc26df9c3c722b3 /tl-build.sh
parente4c65bf3ee72b8de11fba29b9acae4d1f1a2d375 (diff)
downloadtexlive-openbsd-aa738f3c1d071735ad69c70339e2b8d61bc894f1.tar.gz
latest asy does not need the patch anymore
Diffstat (limited to 'tl-build.sh')
-rwxr-xr-xtl-build.sh1
1 files changed, 0 insertions, 1 deletions
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
139fi 138fi