diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-11-03 20:46:52 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-11-03 20:46:52 +0000 |
commit | c12b1f4a3265e064d048eb62a5a328d9d853d87d (patch) | |
tree | 8d4134a1315ce000f54bcaf8bedcb28ab93c2a75 /science | |
parent | 08278ea41280f0e1089bfedef67c3ddf703432fd (diff) | |
download | freebsd-ports-c12b1f4a3265e064d048eb62a5a328d9d853d87d.zip |
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
Diffstat (limited to 'science')
-rw-r--r-- | science/smoldyn/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/smoldyn/Makefile b/science/smoldyn/Makefile index 94d7bfcd6d2c..ca41e6d02516 100644 --- a/science/smoldyn/Makefile +++ b/science/smoldyn/Makefile @@ -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 |