mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add vendor's patch, remove needless patch.
Pointed by: ru Obtained from: http://hg.nginx.org/nginx/raw-rev/35487ea55cb6
This commit is contained in:
parent
3b82a701b3
commit
2a68c75e02
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=409639
2 changed files with 15 additions and 5 deletions
|
@ -1094,11 +1094,6 @@ pre-configure:
|
|||
( cd ${WRKSRC_small_light} && ./setup )
|
||||
.endif
|
||||
|
||||
post-configure:
|
||||
.if ${PORT_OPTIONS:MNJS}
|
||||
( cd ${WRKSRC_njs} && ./${CONFIGURE_SCRIPT} && ${MAKE} )
|
||||
.endif
|
||||
|
||||
do-build:
|
||||
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD}
|
||||
|
||||
|
|
15
www/nginx-devel/files/patch-auto-make
Normal file
15
www/nginx-devel/files/patch-auto-make
Normal file
|
@ -0,0 +1,15 @@
|
|||
--- auto/make Thu Feb 25 16:28:42 2016 +0300
|
||||
+++ auto/make Thu Feb 25 15:22:05 2016 +0300
|
||||
@@ -437,9 +437,9 @@
|
||||
|
||||
# the addons config.make
|
||||
|
||||
-if test -n "$NGX_ADDONS"; then
|
||||
+if test -n "$NGX_ADDONS$DYNAMIC_ADDONS"; then
|
||||
|
||||
- for ngx_addon_dir in $NGX_ADDONS
|
||||
+ for ngx_addon_dir in $NGX_ADDONS $DYNAMIC_ADDONS
|
||||
do
|
||||
if test -f $ngx_addon_dir/config.make; then
|
||||
. $ngx_addon_dir/config.make
|
||||
|
Loading…
Add table
Reference in a new issue