svn commit: r51546 - head/en_US.ISO8859-1/books/porters-handbook/makefiles

Mathieu Arnold <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
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>
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.