tags 686266 pending
forwarded 686266 https://github.com/parrot/parrot/pull/822
kthxbye

On Thu, Aug 30, 2012 at 08:41:02PM +0200, Svante Signell wrote:
> Source: parrot
> Version: 4.3.0-2
> Severity: important
> Tags: patch
> Usertags: hurd
> User: debian-h...@lists.debian.org
> 
> Hello, the patch inlined below enables a successful build of parrot for
> GNU/Hurd. The patch use the same settings as for GNU/Linux (and
> GNU/kFreeBSD).
> 
> Thanks!
> 
> --- a/config/init/hints.pm      2012-08-30 20:18:57.000000000 +0200
> +++ b/config/init/hints.pm      2012-08-30 19:58:12.000000000 +0200
> @@ -37,6 +37,7 @@
>  
>      my $osname = lc( $conf->data->get('OSNAME_provisional') );
>      $osname = 'linux' if ($osname eq 'gnukfreebsd');
> +    $osname = 'linux' if ($osname eq 'gnu');
>  
>      my $hints_file_name = $conf->options->get('hintsfile') || $osname ;
>      $hints_file = catfile('config', 'init', 'hints',
> "$hints_file_name.pm");

Looks good. Thanks.

-- 
perl -E '$_=q;$/= @{[@_]};and s;\S+;<inidehG ordnasselA>;eg;say~~reverse'

Attachment: signature.asc
Description: Digital signature

Reply via email to