Re: x11/qt5/qtbase fix build on sparc64

2024-12-15 Thread Kurt Mosiejczuk
On Sat, Dec 14, 2024 at 10:50:13PM +, k...@intricatesoftware.com wrote: > qt5/base build failure blocks 677 ports from building on sparc64. It fails > in configure with: > ERROR: Feature 'icu' was enabled, but the pre-condition 'libs.icu' failed. > This is because the configure stage check f

x11/qt5/qtbase fix build on sparc64

2024-12-14 Thread kurt
qt5/base build failure blocks 677 ports from building on sparc64. It fails in configure with: ERROR: Feature 'icu' was enabled, but the pre-condition 'libs.icu' failed. This is because the configure stage check for icu requiers c++17 but did not specifiy it. With the attached diff sparc64 builds