1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/multimedia/xawtv/files/patch-console::fbtools.c
Oliver Lehmann 51103f97fa - scantv now scans w/o a failure, but actually doesn't like to find any
station here
- reattach x11/mtt to the build in case it's FreeBSD 5
- bump PORTREVISION
2004-02-10 22:01:43 +00:00

16 lines
335 B
C

--- 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