You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by pg...@apache.org on 2005/12/17 10:37:06 UTC

svn commit: r357332 - /perl/modperl/docs/trunk/src/docs/2.0/user/install/install.pod

Author: pgollucci
Date: Sat Dec 17 01:37:04 2005
New Revision: 357332

URL: http://svn.apache.org/viewcvs?rev=357332&view=rev
Log:
opebsd 3.7 with gcc 3.3.5 doesn't support this flag
Noticed By: stas


Modified:
    perl/modperl/docs/trunk/src/docs/2.0/user/install/install.pod

Modified: perl/modperl/docs/trunk/src/docs/2.0/user/install/install.pod
URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/user/install/install.pod?rev=357332&r1=357331&r2=357332&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/user/install/install.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/user/install/install.pod Sat Dec 17 01:37:04 2005
@@ -491,7 +491,8 @@
   -DAP_DEBUG -Wall -Wmissing-prototypes -Wstrict-prototypes \
   -Wmissing-declarations \
 
-If gcc version 3.3.2+ is found and C<-Wdeclaration-after-statement> is
+If gcc version 3.3.2+ is found, not compiling on OpenBSD,
+and C<-Wdeclaration-after-statement> is
 not already part of the C<gcc> flags add it.
 
 To use this mode Apache must be build with



---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org