svn commit: r497151 - head/editors/texmaker

Mark Linimon linimon at FreeBSD.org
Fri Mar 29 15:25:32 UTC 2019


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


More information about the svn-ports-all mailing list