graphics/peruse: fix build
Add USES=compiler:c++11-lang to fix build: The compiler feature "cxx_decltype" is not known to CXX compiler "GNU" version 4.2.1. Approved by: mentors (implicite approval)
This commit is contained in:
parent
8f63bec78f
commit
851eda4894
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=504179
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ COMMENT= Comic book viewer
|
|||
|
||||
LICENSE= LGPL21
|
||||
|
||||
USES= cmake pkgconfig kde:5 qt:5 tar:xz
|
||||
USES= cmake compiler:c++11-lang pkgconfig kde:5 qt:5 tar:xz
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= KDE
|
||||
USE_KDE= archive baloo completion config coreaddons ecm filemetadata i18n \
|
||||
|
|
Loading…
Reference in a new issue