devel/snorenotify: fix build on GCC architectures
Needs C++11 compiler: The compiler feature "cxx_decltype" is not known to CXX compiler Approved by: mentors (implicit approval)
This commit is contained in:
parent
86062e221e
commit
9013ffdea7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=506915
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ COMMENT= Multi platform Qt notification framework
|
|||
LICENSE= LGPL3
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING.LGPL-3
|
||||
|
||||
USES= cmake kde:5 qt:5
|
||||
USES= cmake compiler:c++11-lang kde:5 qt:5
|
||||
USE_KDE= ecm
|
||||
USE_QT= core dbus gui network widgets buildtools_build qmake_build
|
||||
USE_GITHUB= yes
|
||||
|
|
Loading…
Reference in a new issue