svn commit: r538121 - head/x11-servers/Xfstt

Piotr Kubaj pkubaj at FreeBSD.org
Sat Jun 6 18:36:25 UTC 2020


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


More information about the svn-ports-all mailing list