1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Add USES=compiler:c++11-lang for GCC builds to work

This fixes the build on architectures where GCC is the default compiler.

PR:		234340
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
This commit is contained in:
Raphael Kubo da Costa 2018-12-24 10:51:36 +00:00
parent 00d0d4067b
commit 10def72cf3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=488266

View File

@ -25,8 +25,8 @@ WRKSRC= ${WRKDIR}/${DISTNAME:S,${DISTVERSIONSUFFIX}$$,,}
MAJOR_VERSION= 2.3
MINOR_VERSION= 1
USES= desktop-file-utils gmake iconv pkgconfig perl5 \
python:2.7 qt:5 shebangfix tar:xz
USES= compiler:c++11-lang desktop-file-utils gmake iconv pkgconfig \
perl5 python:2.7 qt:5 shebangfix tar:xz
USE_QT= core concurrent gui svg widgets buildtools_build qmake_build
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-included-boost \