diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2017-10-03 13:24:11 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2017-10-03 13:24:11 +0000 |
commit | 69efb156043d98cf61f9bd774014422c76a1e29f (patch) | |
tree | 29d78398884618a7aa3db3fb3e4e62c39a05c5ab /databases/mongodb34/files/patch-SConstruct | |
parent | update sysutils/terraform to 0.10.7 (diff) |
Update to upstream version 3.4.7
PR: 222298
Submitted by: eric@camachat.org (maintainer)
MFH: 2017Q4
Notes
Notes:
svn path=/head/; revision=451129
Diffstat (limited to '')
-rw-r--r-- | databases/mongodb34/files/patch-SConstruct | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/databases/mongodb34/files/patch-SConstruct b/databases/mongodb34/files/patch-SConstruct index 63910bfab07b..b866992a9593 100644 --- a/databases/mongodb34/files/patch-SConstruct +++ b/databases/mongodb34/files/patch-SConstruct @@ -70,11 +70,3 @@ context.Result(ret) return ret -@@ -2645,6 +2645,7 @@ def doConfigure(myenv): - - conf = Configure(myenv, custom_tests = { - 'CheckPThreadSetNameNP': CheckPThreadSetNameNP, -+ 'CheckBoostMinVersion': CheckBoostMinVersion, - }) - - if conf.CheckPThreadSetNameNP(): |