In metaconfig.git, the branch master has been updated

<http://perl5.git.perl.org/metaconfig.git/commitdiff/98903b37cf54a86cee7f7fae729201dac28f11ae?hp=ea2061d71ab227d4b3ce4dba28912c10b242a605>

- Log -----------------------------------------------------------------
commit 98903b37cf54a86cee7f7fae729201dac28f11ae
Author: H.Merijn Brand <mer...@tux.site>
Date:   Mon Feb 1 12:57:47 2010 +0100

    [PATCH] Add gcc predefined macros to $Config{cppsymbols} on GNU/Hurd.
    
    This is needed at least by h2ph, otherwise the generated .ph files
    choke on missing __LONG_MAX__ and similar definitions.
    
    Patch by Samuel Thibault <sthiba...@debian.org>.
-----------------------------------------------------------------------

Summary of changes:
 U/modified/Cppsym.U |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/U/modified/Cppsym.U b/U/modified/Cppsym.U
index ad3a58e..6eed09b 100644
--- a/U/modified/Cppsym.U
+++ b/U/modified/Cppsym.U
@@ -219,7 +219,7 @@ $eunicefix Cppsym.try
 ./Cppsym < Cppsym.know > Cppsym.true
 : Add in any linux cpp "predefined macros":
 case "$osname::$gccversion" in
-  *linux*::*.*|*gnukfreebsd*::*.*)
+  *linux*::*.*|*gnukfreebsd*::*.*|gnu::*.*)
     tHdrH=_tmpHdr
     rm -f $tHdrH'.h' $tHdrH
     touch $tHdrH'.h'

--
perl5 metaconfig repository

Reply via email to