Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Jun 2020 18:36:24 +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: r538121 - head/x11-servers/Xfstt
Message-ID:  <202006061836.056IaO3c092434@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Sat Jun  6 18:36:24 2020
New Revision: 538121
URL: https://svnweb.freebsd.org/changeset/ports/538121

Log:
  x11-servers/Xfstt: fix build on GCC architectures
  
  Use C++11 compiler:
  encoding.cc:34: error: 'nullptr' was not declared in this scope

Modified:
  head/x11-servers/Xfstt/Makefile

Modified: head/x11-servers/Xfstt/Makefile
==============================================================================
--- head/x11-servers/Xfstt/Makefile	Sat Jun  6 18:32:25 2020	(r538120)
+++ head/x11-servers/Xfstt/Makefile	Sat Jun  6 18:36:24 2020	(r538121)
@@ -12,7 +12,7 @@ COMMENT=	TrueType font server for X11
 LICENSE=	LGPL20+
 LICENSE_FILE=	${WRKSRC}/COPYING.LIB
 
-USES=		pkgconfig tar:xz xorg
+USES=		compiler:c++11-lang pkgconfig tar:xz xorg
 USE_XORG=	xorgproto
 USE_RC_SUBR=	xfstt
 GNU_CONFIGURE=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006061836.056IaO3c092434>