deskutils/kuserfeedback: fix build on GCC architectures
C++11 compiler is required: The compiler feature "cxx_decltype" is not known to CXX compiler "GNU" version 4.2.1.
This commit is contained in:
parent
8c08d1d1ff
commit
1e09922c4c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=525832
@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING.LIB
|
||||
BUILD_DEPENDS= phpunit:devel/phpunit6@${PHP_FLAVOR}
|
||||
RUN_DEPENDS= phpunit:devel/phpunit6@${PHP_FLAVOR}
|
||||
|
||||
USES= bison cmake kde:5 php qt:5 tar:xz
|
||||
USES= bison cmake compiler:c++11-lang kde:5 php qt:5 tar:xz
|
||||
USE_KDE= ecm
|
||||
USE_QT= charts core declarative gui network printsupport svg widgets \
|
||||
buildtools_build help_build qdoc_build qmake_build
|
||||
|
Loading…
Reference in New Issue
Block a user