svn commit: r554035 - head/science/smoldyn

Piotr Kubaj pkubaj at FreeBSD.org
Tue Nov 3 20:46:52 UTC 2020


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
 


More information about the svn-ports-all mailing list