diff options
Diffstat (limited to 'lang/perl5')
-rw-r--r-- | lang/perl5/patches/patch-ze | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/perl5/patches/patch-ze b/lang/perl5/patches/patch-ze index 50102cdc22f..56e54fea8d8 100644 --- a/lang/perl5/patches/patch-ze +++ b/lang/perl5/patches/patch-ze @@ -1,4 +1,4 @@ -$NetBSD: patch-ze,v 1.1 2010/04/01 22:03:09 fhajny Exp $ +$NetBSD: patch-ze,v 1.2 2011/01/30 21:35:24 wiz Exp $ Fixes compilation problem on Solaris/SPARC. @@ -8,7 +8,7 @@ Fixes compilation problem on Solaris/SPARC. */ #if defined(I_SYSMODE) && !defined(PERL_MICRO) -+#if defined(__sun__) ++#if defined(__sun) +#include <sys/stat.h> +#include <sys/vnode.h> +#endif |