security/pinentry-qt6: Fix configure on 13.2

Qt 6.x requires C++17 and the C++ standard is not set for the configure
script nor for the build. The base compiler on FreeBSD 13.2 defaults to
C++11, causing the configure script to fail as would the build if it
made it past the configure stage.

Reported by:	pkg-fallout
main
Jason E. Hale 2024-04-20 21:51:52 -04:00
parent 70b25dede7
commit cc6cd777da
1 changed files with 1 additions and 0 deletions

View File

@ -125,6 +125,7 @@ CONFIGURE_ARGS+=--disable-pinentry-qt5
.if ${PINENTRY_GUI} == "qt6"
USES+= compiler:c++17-lang kde:6 qt:6
USE_CXXSTD= c++17
USE_KDE= guiaddons windowsystem
USE_QT= base
PLIST_FILES= bin/pinentry-qt \