diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
commit | 08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 (patch) | |
tree | 0cfc4f0736babb895eb97a65c6defe632a0249c7 /multimedia/xawtv/files/patch-console__fbtools.c | |
parent | editors/fte: update to 20110708 (diff) |
Rename all patches that contain '::' as a path separator, and use
'__' instead.
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 |