Browse Source

perl: added page_h.patch that removed dependency on the page.h header which is not shipped anymore

user/chris/old/ruby
Nagy Karoly Gabriel 16 years ago committed by Alejandro Mery
parent
commit
8942c7a7d2
  1. 12
      perl/perl/page_h.patch

12
perl/perl/page_h.patch

@ -0,0 +1,12 @@
--- perl-5.8.8/ext/IPC/SysV/SysV.xs.orig 2001-06-30 21:46:07.000000000 +0300
+++ perl-5.8.8/ext/IPC/SysV/SysV.xs 2008-11-22 19:21:49.000000000 +0200
@@ -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>
Loading…
Cancel
Save