You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
477 B

  1. --- a/ext/Errno/Errno_pm.PL
  2. +++ b/ext/Errno/Errno_pm.PL
  3. @@ -133,7 +133,7 @@ sub get_files {
  4. # Some Linuxes have weird errno.hs which generate
  5. # no #file or #line directives
  6. my ($linux_errno_h) = grep { -e $_ } map { "$_/errno.h" }
  7. - "$sysroot/usr/include", "$sysroot/usr/local/include",
  8. + "$sysroot/usr/include", "$sysroot/usr/local/include", "$sysroot/include",
  9. split / / => $Config{locincpth} or
  10. die "Cannot find errno.h";
  11. $file{$linux_errno_h} = 1;