Package: libcurses-perl Version: 1.13-1 Severity: important Tags: patch Hi,
please find attached a patch to fix the FTBFS of your package on GNU/kFreeBSD (logs are available on <http://experimental.ftbfs.de/>). Cheers, -- Cyril Brulebois
--- libcurses-perl-1.13/Makefile.PL 2007-03-27 20:32:25.109823000 +0200 +++ libcurses-perl-1.13/Makefile.PL 2007-03-27 20:37:17.000000000 +0200 @@ -160,6 +160,10 @@ print qq{Making a guess for \$inc and/or \$libs...\n}; + # GNU/kFreeBSD uses the same userland as GNU/Linux + $OSNAME = 'linux' + if $OSNAME eq 'gnukfreebsd'; + my $guess = $guess_cfg->{$OSNAME}; if (ref $guess eq 'HASH') {