summaryrefslogtreecommitdiff
path: root/databases/mongodb
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2019-06-27 01:02:22 +0000
committergdt <gdt@pkgsrc.org>2019-06-27 01:02:22 +0000
commit85b55fbb90c393351d0e1046f558efb313d20c3f (patch)
tree83dd6c1383f0f92e1f98443fd3f2be86b967ab90 /databases/mongodb
parent5919ec1e40bab7aa53ff675f94f6179049b3e130 (diff)
downloadpkgsrc-85b55fbb90c393351d0e1046f558efb313d20c3f.tar.gz
databases/mongodb: Use system icu
This package had been configured to use mongodb's bundled icu, but something in the dependencies brought in icu anyway, and there were type conflicts between pkgsrc and bundled. Apparently whatever was trouble in earlier mongodb has been fixed, as the build gets much further with "system" (pkgsrc) icu.
Diffstat (limited to 'databases/mongodb')
-rw-r--r--databases/mongodb/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/mongodb/Makefile b/databases/mongodb/Makefile
index 14638aabfe4..d17beaa7c9f 100644
--- a/databases/mongodb/Makefile
+++ b/databases/mongodb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2019/06/27 00:58:54 gdt Exp $
+# $NetBSD: Makefile,v 1.39 2019/06/27 01:02:22 gdt Exp $
DISTNAME= mongodb-src-r4.0.6
PKGNAME= ${DISTNAME:S/src-r//}
@@ -34,7 +34,7 @@ SCONS_ARGS+= --release
SCONS_ARGS+= --runtime-hardening=off # does not produce executables
#SCONS_ARGS+= --use-system-asio
SCONS_ARGS+= --use-system-boost
-#SCONS_ARGS+= --use-system-icu # fails with >57.1
+SCONS_ARGS+= --use-system-icu
SCONS_ARGS+= --use-system-mongo-c
SCONS_ARGS+= --use-system-pcre
SCONS_ARGS+= --use-system-snappy
@@ -173,7 +173,7 @@ post-install:
.include "../../devel/zlib/buildlink3.mk"
.include "../../lang/python/pyversion.mk"
.include "../../net/libpcap/buildlink3.mk"
-#.include "../../textproc/icu/buildlink3.mk"
+.include "../../textproc/icu/buildlink3.mk"
.include "../../textproc/yaml-cpp/buildlink3.mk"
.include "../../www/curl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"