mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Fix exclusion of global options per ports
This commit is contained in:
parent
0a0bf6bfd3
commit
0ccc926cc2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320147
@ -139,6 +139,7 @@ OPTIONS_DEFAULT:= ${OPTIONS_DEFAULT:O:u}
|
||||
.for opt in ${_ALL_EXCLUDE}
|
||||
OPTIONS_DEFAULT:= ${OPTIONS_DEFAULT:N${opt}}
|
||||
ALL_OPTIONS:= ${ALL_OPTIONS:N${opt}}
|
||||
PORT_OPTIONS:= ${PORT_OPTIONS:N${opt}}
|
||||
.endfor
|
||||
|
||||
# Remove illegal per-arch options
|
||||
|
Loading…
Reference in New Issue
Block a user