mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
Fix build on GCC-based systems by adding c++11-lang to USES:
CMake Error in CMakeLists.txt: The compiler feature "cxx_decltype" is not known to CXX compiler "GNU" version 4.2.1. Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
eefc22ffc3
commit
9b8dd729b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=532069
@ -11,7 +11,7 @@ COMMENT= Qt based Color Picker with popup menu
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= cmake qt:5
|
||||
USES= cmake compiler:c++11-lang qt:5
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= ksnip
|
||||
USE_QT= core testlib widgets \
|
||||
|
@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
LIB_DEPENDS= libkColorPicker.so:graphics/kcolorpicker
|
||||
|
||||
USES= cmake localbase qt:5
|
||||
USES= cmake localbase compiler:c++11-lang qt:5
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= ksnip
|
||||
USE_QT= core \
|
||||
|
Loading…
Reference in New Issue
Block a user