summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2007-03-04 13:40:52 +0000
committerMichael Cummings <mcummings@gentoo.org>2007-03-04 13:40:52 +0000
commit9252d5ba51bcb1d2a2af3670f3009ef04f9a3c70 (patch)
tree7cb03397964a1b73417624b672d2926b49e16462 /dev-lang/perl/files
parent* bump (diff)
downloadgentoo-2-9252d5ba51bcb1d2a2af3670f3009ef04f9a3c70.tar.gz
gentoo-2-9252d5ba51bcb1d2a2af3670f3009ef04f9a3c70.tar.bz2
gentoo-2-9252d5ba51bcb1d2a2af3670f3009ef04f9a3c70.zip
Bug 168312, patch from Peter for >=2.6.20 kernel headers.
(Portage version: 2.1.2-r9)
Diffstat (limited to 'dev-lang/perl/files')
-rw-r--r--dev-lang/perl/files/perl-5.8.8-asm-page-h-compile-failure.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-lang/perl/files/perl-5.8.8-asm-page-h-compile-failure.patch b/dev-lang/perl/files/perl-5.8.8-asm-page-h-compile-failure.patch
new file mode 100644
index 000000000000..325caafc8a44
--- /dev/null
+++ b/dev-lang/perl/files/perl-5.8.8-asm-page-h-compile-failure.patch
@@ -0,0 +1,12 @@
+--- perl-5.8.8/ext/IPC/SysV/SysV.xs.no_asm_page_h 2001-06-30 14:46:07.000000000 -0400
++++ perl-5.8.8/ext/IPC/SysV/SysV.xs 2006-06-02 17:37:22.000000000 -0400
+@@ -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>