You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-fps/quakeforge/files/quakeforge-0.5.5-no-page-si...

16 lines
354 B

do not use kernel headers' asm/page.h
http://bugs.gentoo.org/187083
--- libs/video/targets/vid_fbdev.c
+++ libs/video/targets/vid_fbdev.c
@@ -58,7 +58,7 @@
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
-#include <asm/page.h>
+#define PAGE_MASK sysconf(_SC_PAGE_SIZE)
#include <linux/kd.h>
#include <linux/vt.h>
#include <sys/stat.h>