summaryrefslogtreecommitdiff
path: root/multimedia/xawtv/files/patch-console__fbtools.c
blob: 478e5e96008b28b015e45595f97bd34a6f47c136 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- console/fbtools.c.orig	Tue Feb 10 22:40:55 2004
+++ console/fbtools.c	Tue Feb 10 22:42:03 2004
@@ -2,6 +2,7 @@
  * some generic framebuffer device stuff
  *
  */
+#ifdef WITH_LINUX_FB_H
 
 #include <stdio.h>
 #include <stdlib.h>
@@ -521,3 +522,4 @@
     fprintf(stderr,"Oops: %s\n",sys_siglist[termsig]);
     exit(42);
 }
+#endif