summaryrefslogtreecommitdiff
path: root/www/nginx-devel/files
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2022-06-17 10:59:17 -0400
committerSergey A. Osokin <osa@FreeBSD.org>2022-06-17 10:59:52 -0400
commitf001f9b93e4065de6a10656a4637fc2d9c391e6b (patch)
tree8a1852cf8ace7104ee977697c7989c86616529bb /www/nginx-devel/files
parentdatabases/soci: Fix pkg-plist errors (diff)
www/nginx-devel: update third-party gridfs module
Bump PORTREVISION.
Diffstat (limited to 'www/nginx-devel/files')
-rw-r--r--www/nginx-devel/files/extra-patch-nginx-gridfs-config13
1 files changed, 13 insertions, 0 deletions
diff --git a/www/nginx-devel/files/extra-patch-nginx-gridfs-config b/www/nginx-devel/files/extra-patch-nginx-gridfs-config
new file mode 100644
index 000000000000..062086ba01ff
--- /dev/null
+++ b/www/nginx-devel/files/extra-patch-nginx-gridfs-config
@@ -0,0 +1,13 @@
+--- ../nginx-gridfs-059bdc3/nginx-gridfs/config.orig 2022-06-17 10:37:42.109106000 -0400
++++ ../nginx-gridfs-059bdc3/nginx-gridfs/config 2022-06-17 10:39:00.558419000 -0400
+@@ -1,7 +1,7 @@
+ ngx_module_type=HTTP
+ ngx_module_name=ngx_http_gridfs_module
+-ngx_module_incs="/usr/include/libmongoc-1.0 /usr/include/libbson-1.0"
++ngx_module_incs="%%LOCALBASE%%/include/libmongoc-1.0 %%LOCALBASE%%/include/libbson-1.0"
+ ngx_module_libs="-lmongoc-1.0 -lbson-1.0"
+ ngx_module_srcs="$ngx_addon_dir/ngx_http_gridfs_module.c"
+ . auto/module
+-ngx_addon_name=$ngx_module_name
+\ No newline at end of file
++ngx_addon_name=$ngx_module_name