aboutsummaryrefslogtreecommitdiff
path: root/www/nginx-devel/files
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2012-06-18 16:12:38 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2012-06-18 16:12:38 +0000
commitb591b2a0487a9cb85a928f260d17bf28f82bfcdd (patch)
tree5d253af81ae89106e00db08134f372ec2faee5f7 /www/nginx-devel/files
parent0bca9d83609fb63a2e897a66768476f8e2e8d160 (diff)
Notes
Diffstat (limited to 'www/nginx-devel/files')
-rw-r--r--www/nginx-devel/files/extra-patch-ngx_http_subs_filter_module.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/www/nginx-devel/files/extra-patch-ngx_http_subs_filter_module.c b/www/nginx-devel/files/extra-patch-ngx_http_subs_filter_module.c
deleted file mode 100644
index 2739db922ca6..000000000000
--- a/www/nginx-devel/files/extra-patch-ngx_http_subs_filter_module.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- ../ngx_http_subs_filter_module-0.5.2.r53/ngx_http_subs_filter_module.c.orig 2012-06-06 16:13:15.000000000 +0400
-+++ ../ngx_http_subs_filter_module-0.5.2.r53/ngx_http_subs_filter_module.c 2012-06-06 16:16:06.000000000 +0400
-@@ -1300,7 +1300,9 @@
-
- n = 0;
-
--#if defined(nginx_version) && nginx_version >= 1001012
-+#if defined(nginx_version) && (nginx_version >= 1003001)
-+ rc = pcre_fullinfo(re->code, NULL, PCRE_INFO_CAPTURECOUNT, &n);
-+#elif (nginx_version >= 1001012) && (nginx_version < 1003001)
- rc = pcre_fullinfo(re->pcre, NULL, PCRE_INFO_CAPTURECOUNT, &n);
- #else
- rc = pcre_fullinfo(re, NULL, PCRE_INFO_CAPTURECOUNT, &n);