Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Mar 2019 01:27:51 +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: r495411 - head/math/mathgl
Message-ID:  <201903120127.x2C1Rpvf062805@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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