mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
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:
parent
2e08e5023d
commit
f023270679
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=538121
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user