summaryrefslogtreecommitdiff
path: root/lang/perl5
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2011-01-30 21:35:24 +0000
committerwiz <wiz@pkgsrc.org>2011-01-30 21:35:24 +0000
commita03d679287b4a19aba5851ae60c301711830ea29 (patch)
treec405e570a96938dc25240118d3ed17beb9330dfc /lang/perl5
parent5ef6b07f49a7419dbbe5fd1683b0b537492bc791 (diff)
downloadpkgsrc-a03d679287b4a19aba5851ae60c301711830ea29.tar.gz
Use more portable __sun instead of __sun__, per pkglint.
Diffstat (limited to 'lang/perl5')
-rw-r--r--lang/perl5/patches/patch-ze4
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