svn commit: r561437 - branches/2021Q1/x11-fonts/fontobene

Piotr Kubaj pkubaj at FreeBSD.org
Wed Jan 13 03:31:32 UTC 2021


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


More information about the svn-ports-branches mailing list