Installation: temporarily pin GCC version on FreeBSD

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273397
This commit is contained in:
Jan Beich 2024-01-05 17:40:57 +01:00
parent 7c60d8ebf9
commit 023d5f49db
1 changed files with 2 additions and 2 deletions

View File

@ -188,9 +188,9 @@ zypper in gcc-c++ git meson cmake "pkgconfig(cairo)" "pkgconfig(egl)" "pkgconfig
_FreeBSD dependencies_:
```plain
pkg install git pkgconf gmake gcc evdev-proto cmake wayland-protocols wayland libglvnd libxkbcommon libinput cairo pango pixman tomlplusplus libxcb
pkg install git pkgconf gmake gcc13 evdev-proto cmake wayland-protocols wayland libglvnd libxkbcommon libinput cairo pango pixman tomlplusplus libxcb
pkg install meson jq `pkg rquery %dn wlroots` hwdata
export CC=gcc CXX=g++ LDFLAGS="-static-libstdc++ -static-libgcc"
export CC=gcc13 CXX=g++13 LDFLAGS="-static-libstdc++ -static-libgcc"
```
_Ubuntu 23.04 dependencies_: