pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/perl5/patches add include path for Haiku new dire...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ed5754b90dd8
branches:  trunk
changeset: 635499:ed5754b90dd8
user:      obache <obache%pkgsrc.org@localhost>
date:      Sat Jun 07 11:57:34 2014 +0000

description:
add include path for Haiku new directory layout

diffstat:

 lang/perl5/patches/patch-ext_Errno_Errno__pm.PL |  14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diffs (18 lines):

diff -r 839f0e8b4ee8 -r ed5754b90dd8 lang/perl5/patches/patch-ext_Errno_Errno__pm.PL
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/perl5/patches/patch-ext_Errno_Errno__pm.PL   Sat Jun 07 11:57:34 2014 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-ext_Errno_Errno__pm.PL,v 1.1 2014/06/07 11:57:34 obache Exp $
+
+* add include path for Haiku new directory layout.
+
+--- ext/Errno/Errno_pm.PL.orig 2014-05-26 13:34:20.000000000 +0000
++++ ext/Errno/Errno_pm.PL
+@@ -142,6 +142,7 @@ sub get_files {
+       $file{$linux_errno_h} = 1;
+     } elsif ($^O eq 'haiku') {
+       # hidden in a special place
++      $file{'/boot/system/develop/headers/posix/errno.h'} = 1;
+       $file{'/boot/develop/headers/posix/errno.h'} = 1;
+ 
+     } elsif ($^O eq 'vos') {



Home | Main Index | Thread Index | Old Index