mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
The -qt5 slave port needs USES=compiler:c++11-lang to build on GCC-based
architectures. PR: 234926 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
ed50c18489
commit
b4a6ee26e8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=490445
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ USE_QT= corelib dbus network sql xml \
|
|||
moc_build qmake_build rcc_build
|
||||
CMAKE_ON+= BUILD_WITH_QT4
|
||||
.else
|
||||
USES+= qt:5
|
||||
USES+= compiler:c++11-lang qt:5
|
||||
USE_QT= core dbus network sql xml \
|
||||
buildtools_build qmake_build
|
||||
CMAKE_OFF+= BUILD_WITH_QT4
|
||||
|
|
Loading…
Add table
Reference in a new issue