From a03d679287b4a19aba5851ae60c301711830ea29 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 30 Jan 2011 21:35:24 +0000 Subject: Use more portable __sun instead of __sun__, per pkglint. --- lang/perl5/patches/patch-ze | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/perl5') 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 +#include +#endif -- cgit v1.2.3