svn commit: r488368 - head/editors/texstudio

Mark Linimon linimon at FreeBSD.org
Wed Dec 26 11:42:39 UTC 2018


Author: linimon
Date: Wed Dec 26 11:42:38 2018
New Revision: 488368
URL: https://svnweb.freebsd.org/changeset/ports/488368

Log:
  This port requires a C++11-aware compiler.  Set USES=compiler:c++11-lang
  to fix build on GCC-based architectures.
  
  PR:		234168
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/editors/texstudio/Makefile

Modified: head/editors/texstudio/Makefile
==============================================================================
--- head/editors/texstudio/Makefile	Wed Dec 26 10:55:41 2018	(r488367)
+++ head/editors/texstudio/Makefile	Wed Dec 26 11:42:38 2018	(r488368)
@@ -17,8 +17,8 @@ LIB_DEPENDS=	libhunspell-1.6.so:textproc/hunspell \
 		libpoppler-qt5.so:graphics/poppler-qt5 \
 		libquazip5.so:archivers/quazip at qt5
 
-USES=		desktop-file-utils dos2unix ghostscript:run \
-		pkgconfig qmake qt:5
+USES=		compiler:c++11-lang desktop-file-utils dos2unix \
+		ghostscript:run gl pkgconfig qmake qt:5
 USE_QT	=	core gui network script svg widgets xml \
 		printsupport concurrent uitools buildtools_build
 QMAKE_ARGS=	QUAZIP_INCLUDE="${LOCALBASE}/include/quazip5" \


More information about the svn-ports-all mailing list