mirror of
https://git.freebsd.org/ports.git
synced 2025-07-03 18:39:16 -04:00
15 lines
417 B
Text
15 lines
417 B
Text
--- 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
|
|
|