diff options
author | Michael Krelin <hacker@klever.net> | 2007-07-17 12:52:27 +0000 |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2007-07-17 12:52:27 +0000 |
commit | 32f84db1b6b0284b81c221b9f2f050faec737a10 (patch) | |
tree | d44f91309d4ef6069d269298e614cf731b1bd1a8 /packages/libsdl/files | |
parent | 078ccc6a7a664929d266ae191226cc5470445aaa (diff) |
libsdl-native: patch to fix build with recent headers
Diffstat (limited to 'packages/libsdl/files')
-rw-r--r-- | packages/libsdl/files/kernel-asm-page.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/libsdl/files/kernel-asm-page.patch b/packages/libsdl/files/kernel-asm-page.patch new file mode 100644 index 0000000000..42bceadfdc --- /dev/null +++ b/packages/libsdl/files/kernel-asm-page.patch @@ -0,0 +1,13 @@ +diff --git a/src/video/Xext/Xxf86dga/XF86DGA.c b/src/video/Xext/Xxf86dga/XF86DGA.c +index 4e3d662..de38a3c 100644 +--- a/src/video/Xext/Xxf86dga/XF86DGA.c ++++ b/src/video/Xext/Xxf86dga/XF86DGA.c +@@ -18,7 +18,7 @@ Copyright (c) 1995,1996 The XFree86 Project, Inc + #define HAS_MMAP_ANON + #include <sys/types.h> + #include <sys/mman.h> +-#include <asm/page.h> /* PAGE_SIZE */ ++#include <unistd.h> + #define HAS_SC_PAGESIZE /* _SC_PAGESIZE may be an enum for Linux */ + #define HAS_GETPAGESIZE + #endif /* linux */ |