svn commit: r488266 - head/print/lyx

Raphael Kubo da Costa rakuco at FreeBSD.org
Mon Dec 24 10:51:37 UTC 2018


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 at 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 \


More information about the svn-ports-all mailing list