Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 May 2019 09:36:31 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r501541 - head/math/openmesh
Message-ID:  <201905130936.x4D9aVb8057411@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Mon May 13 09:36:31 2019
New Revision: 501541
URL: https://svnweb.freebsd.org/changeset/ports/501541

Log:
  math/openmesh: fix build with GCC-based architectures
  
  Add USES=compiler:c++11-lang.
  CMake Error in src/OpenMesh/Apps/Decimating/DecimaterGui/CMakeLists.txt:
    The compiler feature "cxx_decltype" is not known to CXX compiler
  
    "GNU"
  
    version 4.2.1.
  
  Approved by:	mentors (implicit approval)

Modified:
  head/math/openmesh/Makefile

Modified: head/math/openmesh/Makefile
==============================================================================
--- head/math/openmesh/Makefile	Mon May 13 09:31:34 2019	(r501540)
+++ head/math/openmesh/Makefile	Mon May 13 09:36:31 2019	(r501541)
@@ -13,7 +13,7 @@ COMMENT=	Generic data structure for manipulating polyg
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		cmake dos2unix gl qt:5
+USES=		cmake compiler:c++11-lang dos2unix gl qt:5
 DOS2UNIX_FILES=	src/OpenMesh/Tools/CMakeLists.txt
 USE_QT=		core concurrent gui help network opengl printsupport script scripttools sql svg x11extras xml xmlpatterns webkit widgets \
 		buildtools_build qmake_build uitools_build



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