I was able to get this to build by adding the following lines to the start of the build() function:
export CFLAGS=$(echo $CFLAGS | sed 's/-Werror=format-security//')
export CXXFLAGS=$(echo $CXXFLAGS | sed 's/-Werror=format-security//')
But there is probably a cleaner way to do this.
Pinned Comments
dreieck commented on 2022-05-26 20:47 (UTC)
This is the latest version of wxPython3, which some packages still need. Please do not flag out of date just because version 4.x is out; this is intentionally a version 3.x package.