Fix copy&paste error in MESON_TRUE... section.
PR: 226251 Reported by: Zsolt Udvari Sponsored by: Absolight
This commit is contained in:
parent
3eb0137f9e
commit
645991a38f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51546
1 changed files with 2 additions and 2 deletions
|
@ -6842,10 +6842,10 @@ OPT1_MESON_FALSE= optimize</programlisting>
|
|||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MOPT1}
|
||||
CMAKE_ARGS+= -Dtest=true -Ddebug=true \
|
||||
MESON_ARGS+= -Dtest=true -Ddebug=true \
|
||||
-Doptimize=false
|
||||
.else
|
||||
CMAKE_ARGS+= -Dtest=false -Ddebug=false \
|
||||
MESON_ARGS+= -Dtest=false -Ddebug=false \
|
||||
-Doptimize=true
|
||||
.endif</programlisting>
|
||||
</sect4>
|
||||
|
|
Loading…
Reference in a new issue