diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2004-02-10 22:01:43 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2004-02-10 22:01:43 +0000 |
commit | 51103f97fa2e179285e3bfac60724e6840ef92f2 (patch) | |
tree | 2473edaae6662c6092af87b680cc0f9f6f530c3c /multimedia/xawtv/files/patch-console::fbtools.c | |
parent | dc4f651f5249bb6ded5519533ee29c6d0eed915e (diff) | |
download | ports-51103f97fa2e179285e3bfac60724e6840ef92f2.tar.gz ports-51103f97fa2e179285e3bfac60724e6840ef92f2.zip |
Notes
Diffstat (limited to 'multimedia/xawtv/files/patch-console::fbtools.c')
-rw-r--r-- | multimedia/xawtv/files/patch-console::fbtools.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/multimedia/xawtv/files/patch-console::fbtools.c b/multimedia/xawtv/files/patch-console::fbtools.c new file mode 100644 index 000000000000..478e5e96008b --- /dev/null +++ b/multimedia/xawtv/files/patch-console::fbtools.c @@ -0,0 +1,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 |