x11-fonts/fontmatrix: fix build on GCC architectures
C++11 compiler is necessary: The compiler feature "cxx_decltype" is not known to CXX compiler "GNU" version 4.2.1. Approved by: mentors (implicit approval)
This commit is contained in:
parent
63f7ac0ba3
commit
beb87541ed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=512357
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
||||||
libfreetype.so:print/freetype2
|
libfreetype.so:print/freetype2
|
||||||
|
|
||||||
USES= cmake qt:5
|
USES= cmake compiler:c++11-lang qt:5
|
||||||
|
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
USE_QT= buildtools core gui linguisttools network printsupport \
|
USE_QT= buildtools core gui linguisttools network printsupport \
|
||||||
|
|
Loading…
Reference in a new issue