Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Nov 2009 16:13:11 GMT
From:      Rene Ladan <rene@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 170642 for review
Message-ID:  <200911151613.nAFGDBqX049137@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/chv.cgi?CH=170642

Change 170642 by rene@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">



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