Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Mar 2019 15:25:32 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r497151 - head/editors/texmaker
Message-ID:  <201903291525.x2TFPWPd080357@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Fri Mar 29 15:25:31 2019
New Revision: 497151
URL: https://svnweb.freebsd.org/changeset/ports/497151

Log:
  Add USES=compiler:c++11-lang to fix build on GCC-based architectures.
  
  PR:		236749
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/editors/texmaker/Makefile

Modified: head/editors/texmaker/Makefile
==============================================================================
--- head/editors/texmaker/Makefile	Fri Mar 29 15:12:06 2019	(r497150)
+++ head/editors/texmaker/Makefile	Fri Mar 29 15:25:31 2019	(r497151)
@@ -17,7 +17,8 @@ LIB_DEPENDS=	libhunspell-1.7.so:textproc/hunspell \
 		libpoppler.so:graphics/poppler \
 		libpoppler-qt5.so:graphics/poppler-qt5
 
-USES=		desktop-file-utils ghostscript:x11,run pkgconfig qmake qt:5 tar:bzip2
+USES=		compiler:c++11-lang desktop-file-utils ghostscript:x11,run \
+		pkgconfig qmake qt:5 tar:bzip2
 USE_QT=		concurrent network printsupport script webkit widgets \
 		xml buildtools_build
 USE_TEX=	latex dvipsk



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903291525.x2TFPWPd080357>