mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
51103f97fa
station here - reattach x11/mtt to the build in case it's FreeBSD 5 - bump PORTREVISION
16 lines
335 B
C
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
|