svn commit: r561436 - head/x11-fonts/fontobene

Piotr Kubaj pkubaj at FreeBSD.org
Wed Jan 13 03:30:53 UTC 2021


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


More information about the svn-ports-all mailing list