svn commit: r495549 - head/graphics/partio

Mark Linimon linimon at FreeBSD.org
Wed Mar 13 05:03:16 UTC 2019


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


More information about the svn-ports-all mailing list