[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#686266: parrot: FTBFS on hurd-i386



Source: parrot
Version: 4.3.0-2
Severity: important
Tags: patch
Usertags: hurd
User: debian-hurd@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");


Reply to: