1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

x11-fonts/fontobene: fix build on GCC architectures

The compiler feature "cxx_decltype" is not known to CXX compiler

  "GNU"

  version 4.2.1.

MFH:		2021Q1
This commit is contained in:
Piotr Kubaj 2021-01-13 03:30:52 +00:00
parent 42c5d0a732
commit b981570835
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=561436

View File

@ -12,7 +12,7 @@ LICENSE_COMB= multi
LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE
LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT
USES= cmake qt:5
USES= cmake compiler:c++11-lang qt:5
USE_QT= core buildtools_build qmake_build # core is needed for build to be checked by cmake, and for run because it is included from the headers
USE_GITHUB= yes