From 645991a38fdbe4c566a9065eb6f51fbfe0db098b Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Thu, 12 Apr 2018 07:19:10 +0000 Subject: [PATCH] Fix copy&paste error in MESON_TRUE... section. PR: 226251 Reported by: Zsolt Udvari Sponsored by: Absolight --- en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml b/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml index 22df950732..28eb2cf906 100644 --- a/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml +++ b/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml @@ -6842,10 +6842,10 @@ OPT1_MESON_FALSE= optimize .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