diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2018-12-24 10:51:36 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2018-12-24 10:51:36 +0000 |
commit | 10def72cf36d7301a694da5a1460d50e4dce5014 (patch) | |
tree | 7403cf985088ee06bcaf51fd2fbe9ac340eac7fc /print | |
parent | 00d0d4067b2c929cb172fe0f970af2c0ec0c8b85 (diff) |
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>
Notes
Notes:
svn path=/head/; revision=488266
Diffstat (limited to 'print')
-rw-r--r-- | print/lyx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/lyx/Makefile b/print/lyx/Makefile index e43899fde2e7..99aa61ea17e5 100644 --- a/print/lyx/Makefile +++ b/print/lyx/Makefile @@ -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 \ |