summaryrefslogtreecommitdiff
path: root/lang/perl5/patches
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-01-12 15:12:39 +0000
committerjoerg <joerg@pkgsrc.org>2008-01-12 15:12:39 +0000
commit29c756efc48152a7ff2cd53b1fc28ff9a3273d84 (patch)
tree9756cb6ec110e50a9d0160231891cbfb779cb353 /lang/perl5/patches
parentf30bc9ac38887fee4f8fe908469981e69c3316d3 (diff)
downloadpkgsrc-29c756efc48152a7ff2cd53b1fc28ff9a3273d84.tar.gz
Fix build on newer Linux systems.
Diffstat (limited to 'lang/perl5/patches')
-rw-r--r--lang/perl5/patches/patch-as14
1 files changed, 14 insertions, 0 deletions
diff --git a/lang/perl5/patches/patch-as b/lang/perl5/patches/patch-as
new file mode 100644
index 00000000000..0ebf02584ae
--- /dev/null
+++ b/lang/perl5/patches/patch-as
@@ -0,0 +1,14 @@
+$NetBSD: patch-as,v 1.1 2008/01/12 15:12:39 joerg Exp $
+
+--- ext/IPC/SysV/SysV.xs.orig 2008-01-12 15:55:22.000000000 +0100
++++ ext/IPC/SysV/SysV.xs
+@@ -3,9 +3,6 @@
+ #include "XSUB.h"
+
+ #include <sys/types.h>
+-#ifdef __linux__
+-# include <asm/page.h>
+-#endif
+ #if defined(HAS_MSG) || defined(HAS_SEM) || defined(HAS_SHM)
+ #ifndef HAS_SEM
+ # include <sys/ipc.h>