diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2022-07-10 16:39:24 -0400 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2022-07-10 16:39:24 -0400 |
commit | 58a190479a5be8119f0ac9694af6c9c88cdf7442 (patch) | |
tree | eafb0f4d73e3dd9c1aa1b7d9588104145f1ec428 /www/nginx-devel/files | |
parent | www/nginx-devel: enable third-party lua module back (diff) |
www/nginx-devel: update third-party vod module 1.29 -> 1.30
Bump PORTREVISION.
Diffstat (limited to 'www/nginx-devel/files')
-rw-r--r-- | www/nginx-devel/files/extra-patch-nginx-vod-module-config | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/www/nginx-devel/files/extra-patch-nginx-vod-module-config b/www/nginx-devel/files/extra-patch-nginx-vod-module-config deleted file mode 100644 index 5de5f30201aa..000000000000 --- a/www/nginx-devel/files/extra-patch-nginx-vod-module-config +++ /dev/null @@ -1,17 +0,0 @@ ---- ../nginx-vod-module-1.29/config.orig 2018-04-24 17:51:34.654430000 -0400 -+++ ../nginx-vod-module-1.29/config 2018-04-24 18:10:13.517041000 -0400 -@@ -154,8 +154,12 @@ - ngx_feature_run=no - ngx_feature_incs="#include <libxml/parser.h> - #include <libxml/tree.h>" --ngx_feature_path="/usr/include/libxml2" --ngx_feature_libs="-lxml2" -+ngx_feature_path="%%PREFIX%%/include/libxml2 %%PREFIX%%/include" -+if [ $NGX_RPATH = YES ]; then -+ ngx_feature_libs="-R%%PREFIX%%/lib -L%%PREFIX%%/lib -lxml2 -lxslt" -+else -+ ngx_feature_libs="-L%%PREFIX%%/lib -lxml2 -lxslt" -+fi - ngx_feature_test="xmlReadMemory(NULL, 0, NULL, NULL, 0);" - . auto/feature - |