Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Apr 2018 07:19:10 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r51546 - head/en_US.ISO8859-1/books/porters-handbook/makefiles
Message-ID:  <201804120719.w3C7JAIg031851@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Thu Apr 12 07:19:10 2018
New Revision: 51546
URL: https://svnweb.freebsd.org/changeset/doc/51546

Log:
  Fix copy&paste error in MESON_TRUE... section.
  
  PR:		226251
  Reported by:	Zsolt Udvari
  Sponsored by:	Absolight

Modified:
  head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml

Modified: head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml	Wed Apr 11 06:22:20 2018	(r51545)
+++ head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml	Thu Apr 12 07:19:10 2018	(r51546)
@@ -6842,10 +6842,10 @@ OPT1_MESON_FALSE=	optimize</programlisting>
 .include &lt;bsd.port.options.mk&gt;
 
 .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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804120719.w3C7JAIg031851>