Page MenuHomeFreeBSD

D8169.diff
No OneTemporary

D8169.diff

Index: head/Mk/bsd.options.mk
===================================================================
--- head/Mk/bsd.options.mk
+++ head/Mk/bsd.options.mk
@@ -495,9 +495,9 @@
. if ${PORT_OPTIONS:M${opt}}
. if defined(${opt}_USE)
-. for option in ${${opt}_USE}
-_u= ${option:C/=.*//g}
-USE_${_u:tu}+= ${option:C/.*=//g:C/,/ /g}
+. for option in ${${opt}_USE:C/=.*//:O:u}
+_u= ${option}
+USE_${_u:tu}+= ${${opt}_USE:M${option}=*:C/.*=//g:C/,/ /g}
. endfor
. endif
. if defined(${opt}_VARS)
@@ -545,9 +545,9 @@
. endfor
. else
. if defined(${opt}_USE_OFF)
-. for option in ${${opt}_USE_OFF}
-_u= ${option:C/=.*//g}
-USE_${_u:tu}+= ${option:C/.*=//g:C/,/ /g}
+. for option in ${${opt}_USE_OFF:C/=.*//:O:u}
+_u= ${option}
+USE_${_u:tu}+= ${${opt}_USE_OFF:M${option}=*:C/.*=//g:C/,/ /g}
. endfor
. endif
. if defined(${opt}_VARS_OFF)

File Metadata

Mime Type
text/plain
Expires
Sat, Apr 25, 2:09 PM (2 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32129077
Default Alt Text
D8169.diff (895 B)

Event Timeline