Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Mar 2019 05:03:15 +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: r495549 - head/graphics/partio
Message-ID:  <201903130503.x2D53FAr047199@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Wed Mar 13 05:03:15 2019
New Revision: 495549
URL: https://svnweb.freebsd.org/changeset/ports/495549

Log:
  Fix build on gcc-based architectures:
  
      Target "partio" requires the language dialect "CXX11", but CMake does not know the compile flags to use to enable it.

Modified:
  head/graphics/partio/Makefile

Modified: head/graphics/partio/Makefile
==============================================================================
--- head/graphics/partio/Makefile	Wed Mar 13 04:59:53 2019	(r495548)
+++ head/graphics/partio/Makefile	Wed Mar 13 05:03:15 2019	(r495549)
@@ -12,7 +12,7 @@ LICENSE=	BSD3CLAUSE
 
 BUILD_DEPENDS=	swig3.0:devel/swig30
 
-USES=		cmake gl python shebangfix
+USES=		cmake compiler:c++11-lang gl python shebangfix
 SHEBANG_FILES=	src/tools/partedit.py src/tools/partjson.py
 USE_GL=		gl glu glut
 USE_LDCONFIG=	yes



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