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:
Piotr Kubaj 2019-09-19 16:21:50 +00:00
parent 63f7ac0ba3
commit beb87541ed
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=512357

View file

@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2
USES= cmake qt:5
USES= cmake compiler:c++11-lang qt:5
USE_GITHUB= yes
USE_QT= buildtools core gui linguisttools network printsupport \