PERFORCE change 170642 for review

Rene Ladan rene at FreeBSD.org
Sun Nov 15 16:13:12 UTC 2009


http://p4web.freebsd.org/chv.cgi?CH=170642

Change 170642 by rene at rene_self on 2009/11/15 16:12:53

	[porters handbook/clang]
	* use correct variable name for port Makefile: USE_CSTD [1]
	* don't mention the "patch server"
	Submitted by:	ed [1]

Affected files ...

.. //depot/projects/docproj_nl/en_US.ISO8859-1/books/porters-handbook/book.sgml#52 edit

Differences ...

==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/porters-handbook/book.sgml#52 (text+ko) ====

@@ -13636,7 +13636,7 @@
 	    <para>Clang uses the C99 standard by default, while GCC uses the C89
 	      standard by default.  Therefore, if there are any errors related
 	      to missing or already defined functions, try to add
-	      <makevar>CSTD=gnu89</makevar> to
+	      <literal>USE_CSTD=gnu89</literal> to the port
 	      <filename>Makefile</filename>.</para>
 	  </listitem>
 
@@ -13687,11 +13687,6 @@
 	      <literal>-Werror</literal>.</para>
 	  </listitem>
 	</itemizedlist>
-
-<!--
-	<para>A current set of patches are available at <ulink
-	  url="http://www.rainbow-runner.nl/clang/patches">this patch site</ulink>.</para>
--->
       </sect1>
 
       <sect1 id="dads-cc">


More information about the p4-projects mailing list