svn commit: r495411 - head/math/mathgl

Mark Linimon linimon at FreeBSD.org
Tue Mar 12 01:27:51 UTC 2019


Author: linimon
Date: Tue Mar 12 01:27:50 2019
New Revision: 495411
URL: https://svnweb.freebsd.org/changeset/ports/495411

Log:
  Fix build on gcc-based architectures:
  
      The compiler feature "cxx_decltype" is not known to CXX compiler
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/math/mathgl/Makefile

Modified: head/math/mathgl/Makefile
==============================================================================
--- head/math/mathgl/Makefile	Tue Mar 12 01:23:46 2019	(r495410)
+++ head/math/mathgl/Makefile	Tue Mar 12 01:27:50 2019	(r495411)
@@ -20,7 +20,7 @@ LIB_DEPENDS=	libgif.so:graphics/giflib \
 		libpng.so:graphics/png \
 		libsz.so:science/szip
 
-USES=		cmake jpeg gettext-runtime python:2.7
+USES=		cmake compiler:c++11-lang gettext-runtime jpeg python:2.7
 USE_GL=		gl glu glut
 USE_XORG=	xi xmu
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list