Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Jan 2021 03:31:32 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r561437 - branches/2021Q1/x11-fonts/fontobene
Message-ID:  <202101130331.10D3VWn3028729@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Wed Jan 13 03:31:32 2021
New Revision: 561437
URL: https://svnweb.freebsd.org/changeset/ports/561437

Log:
  MFH: r561436
  
  x11-fonts/fontobene: fix build on GCC architectures
  
    The compiler feature "cxx_decltype" is not known to CXX compiler
  
    "GNU"
  
    version 4.2.1.

Modified:
  branches/2021Q1/x11-fonts/fontobene/Makefile
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/x11-fonts/fontobene/Makefile
==============================================================================
--- branches/2021Q1/x11-fonts/fontobene/Makefile	Wed Jan 13 03:30:52 2021	(r561436)
+++ branches/2021Q1/x11-fonts/fontobene/Makefile	Wed Jan 13 03:31:32 2021	(r561437)
@@ -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?202101130331.10D3VWn3028729>