Skip to content

Commit

Permalink
Try to add libtool to freebsd builds
Browse files Browse the repository at this point in the history
git-svn-id: svn://tug.org/texlive/trunk/Build/source@73837 c570f23f-e606-0410-a88d-b1316a301751
  • Loading branch information
norbusan committed Feb 9, 2025
1 parent b83c196 commit c815227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/build-asy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ then
apt-get install -y --no-install-recommends build-essential pkg-config libeigen3-dev libcurl4-openssl-dev libreadline-dev libboost-filesystem-dev flex libglu1-mesa-dev freeglut3-dev libosmesa6-dev libreadline6-dev zlib1g-dev bison libglm-dev libncurses-dev python3 libtirpc-dev
;;
freebsd)
env ASSUME_ALWAYS_YES=YES pkg install -y gmake gcc pkgconf libX11 libXt libXaw fontconfig perl5 eigen readline flex libGLU freeglut libosmesa zlib-ng bison glm ncurses python python3
env ASSUME_ALWAYS_YES=YES pkg install -y gmake gcc pkgconf libX11 libXt libXaw fontconfig perl5 eigen readline flex libGLU freeglut libosmesa zlib-ng bison glm ncurses python python3 libtool
;;
*)
echo "Unsupported build system: $buildsys" >&2
Expand Down

0 comments on commit c815227

Please sign in to comment.