In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/3b910a06633f63976a6da223b122193040fbe96d?hp=906a0c07e328f0f22fcc032cc5b85bf246005a45>

- Log -----------------------------------------------------------------
commit 3b910a06633f63976a6da223b122193040fbe96d
Author: Niko Tyni <[email protected]>
Date:   Thu Jun 18 16:38:12 2009 +0200

    Add gcc predefined macros to $Config{cppsymbols} on GNU/kFreeBSD.
    
    This is needed at least by h2ph, otherwise the generated .ph files
    choke on missing __LONG_MAX__ and similar definitions.
-----------------------------------------------------------------------

Summary of changes:
 Configure |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Configure b/Configure
index d50fa26..85e192c 100755
--- a/Configure
+++ b/Configure
@@ -25,7 +25,7 @@
 
 # $Id: Head.U 6 2006-08-25 22:21:46Z rmanfredi $
 #
-# Generated on Thu Jun  4 09:30:45 CEST 2009 [metaconfig 3.5 PL0]
+# Generated on Thu Jun 18 16:33:35 CEST 2009 [metaconfig 3.5 PL0]
 # (with additional metaconfig patches by [email protected])
 
 cat >c1$$ <<EOF
@@ -21384,7 +21384,7 @@ $eunicefix Cppsym.try
 ./Cppsym < Cppsym.know > Cppsym.true
 : Add in any linux cpp "predefined macros":
 case "$osname::$gccversion" in
-  *linux*::*.*)
+  *linux*::*.*|*gnukfreebsd*::*.*)
     tHdrH=_tmpHdr
     rm -f $tHdrH'.h' $tHdrH
     touch $tHdrH'.h'

--
Perl5 Master Repository

Reply via email to