Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > d54394084055e8296d841fa1dbbedf53 > files > 2

xawtv-3.95-7mdv2008.0.src.rpm

--- xawtv-3.74/console/fbtools.c.ia64	Mon Nov 26 08:27:41 2001
+++ xawtv-3.74/console/fbtools.c	Wed Dec  5 16:32:33 2001
@@ -22,6 +22,10 @@
 #include <linux/fb.h>
 #include <linux/major.h>
 
+#ifdef __ia64__
+# define CONFIG_IA64_PAGE_SIZE_64KB 1
+#endif
+
 #include <asm/page.h>
 
 #include "fbtools.h"
--- xawtv-3.74/console/matrox.c.ia64	Wed Dec  5 16:33:31 2001
+++ xawtv-3.74/console/matrox.c	Wed Dec  5 16:34:03 2001
@@ -8,6 +8,9 @@
 #include <sys/ioctl.h>
 #include <sys/mman.h>
 
+#ifdef __ia64__
+# define CONFIG_IA64_PAGE_SIZE_64KB 1
+#endif
 #include <asm/page.h> /* PAGE_SIZE */
 #include <linux/fb.h>