Fix build with MK_PROFILE=no in make.conf
PR: 214607 Submitted by: Yasuhito FUTATSUKI
This commit is contained in:
parent
0e7902dbc9
commit
64a15ca289
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=506527
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ LICENSE= BSD2CLAUSE
|
|||
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
.if defined(NO_PROFILE) || defined(NOPROFILE) || defined(WITHOUT_PROFILE)
|
||||
.if defined(NO_PROFILE) || defined(NOPROFILE) || defined(WITHOUT_PROFILE) || "${MK_PROFILE}" == "no"
|
||||
PLIST_SUB+= PROFLIB="@comment "
|
||||
.else
|
||||
PLIST_SUB+= PROFLIB=""
|
||||
|
|
Loading…
Reference in a new issue