aboutsummaryrefslogtreecommitdiff
path: root/x11-servers
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-06-06 18:36:24 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-06-06 18:36:24 +0000
commitf023270679e78812d9878c7cf88851587e434616 (patch)
tree20e5a6d04184bce23e3b7498929a21372c4d20c9 /x11-servers
parent2e08e5023d03f2f3cff906b39c8fe8f7b43b73b8 (diff)
downloadports-f023270679e78812d9878c7cf88851587e434616.tar.gz
ports-f023270679e78812d9878c7cf88851587e434616.zip
x11-servers/Xfstt: fix build on GCC architectures
Use C++11 compiler: encoding.cc:34: error: 'nullptr' was not declared in this scope
Notes
Notes: svn path=/head/; revision=538121
Diffstat (limited to 'x11-servers')
-rw-r--r--x11-servers/Xfstt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-servers/Xfstt/Makefile b/x11-servers/Xfstt/Makefile
index c61c65bc6860..c9e9749178d7 100644
--- a/x11-servers/Xfstt/Makefile
+++ b/x11-servers/Xfstt/Makefile
@@ -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