x11-servers/Xfstt: fix build on GCC architectures

Use C++11 compiler:
encoding.cc:34: error: 'nullptr' was not declared in this scope
This commit is contained in:
Piotr Kubaj 2020-06-06 18:36:24 +00:00
parent 2e08e5023d
commit f023270679
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=538121

View File

@ -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