svn commit: r485789 - head/math/qtiplot

Mark Linimon linimon at FreeBSD.org
Sat Nov 24 19:59:31 UTC 2018


Author: linimon
Date: Sat Nov 24 19:59:30 2018
New Revision: 485789
URL: https://svnweb.freebsd.org/changeset/ports/485789

Log:
  Add compiler:c++11-lang to USES to fix build on gcc-based archs.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/math/qtiplot/Makefile

Modified: head/math/qtiplot/Makefile
==============================================================================
--- head/math/qtiplot/Makefile	Sat Nov 24 19:45:14 2018	(r485788)
+++ head/math/qtiplot/Makefile	Sat Nov 24 19:59:30 2018	(r485789)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libgsl.so:math/gsl \
 #		qwt.5:x11-toolkits/qwt5 \
 #		qwtplot3d-qt4:math/qwtplot3d-qt4
 
-USES=		dos2unix gmake qmake qt:4 tar:bzip2
+USES=		compiler:c++11-lang dos2unix gmake qmake qt:4 tar:bzip2
 USE_QT=		gui opengl svg qt3support network assistantclient \
 		moc_build rcc_build
 USE_GL=		glu


More information about the svn-ports-all mailing list