Date: Wed, 13 Jan 2021 03:30:53 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r561436 - head/x11-fonts/fontobene Message-ID: <202101130330.10D3Urja028562@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Wed Jan 13 03:30:52 2021 New Revision: 561436 URL: https://svnweb.freebsd.org/changeset/ports/561436 Log: 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 Modified: head/x11-fonts/fontobene/Makefile Modified: head/x11-fonts/fontobene/Makefile ============================================================================== --- head/x11-fonts/fontobene/Makefile Wed Jan 13 03:28:58 2021 (r561435) +++ head/x11-fonts/fontobene/Makefile Wed Jan 13 03:30:52 2021 (r561436) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101130330.10D3Urja028562>