Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Nov 2020 20:46:52 +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: r554035 - head/science/smoldyn
Message-ID:  <202011032046.0A3KkqrP070663@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Tue Nov  3 20:46:52 2020
New Revision: 554035
URL: https://svnweb.freebsd.org/changeset/ports/554035

Log:
  science/smoldyn: fix build on GCC architectures
  
  /wrkdirs/usr/ports/science/smoldyn/work/smoldyn-2.62/source/pybind11/include/pybind11/buffer_info.h:18: error: 'nullptr' was not declared in this scope

Modified:
  head/science/smoldyn/Makefile

Modified: head/science/smoldyn/Makefile
==============================================================================
--- head/science/smoldyn/Makefile	Tue Nov  3 20:41:53 2020	(r554034)
+++ head/science/smoldyn/Makefile	Tue Nov  3 20:46:52 2020	(r554035)
@@ -13,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/License.txt
 
 LIB_DEPENDS=	libtiff.so:graphics/tiff
 
-USES=		cmake gl tar:tgz xorg
+USES=		cmake compiler:c++11-lang gl tar:tgz xorg
 USE_GL=		gl glu glut
 USE_XORG=	xi xmu
 



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