Date: Mon, 24 Dec 2018 10:51:36 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488266 - head/print/lyx Message-ID: <201812241051.wBOApajj096242@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Mon Dec 24 10:51:36 2018 New Revision: 488266 URL: https://svnweb.freebsd.org/changeset/ports/488266 Log: 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> Modified: head/print/lyx/Makefile Modified: head/print/lyx/Makefile ============================================================================== --- head/print/lyx/Makefile Mon Dec 24 09:30:16 2018 (r488265) +++ head/print/lyx/Makefile Mon Dec 24 10:51:36 2018 (r488266) @@ -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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812241051.wBOApajj096242>