diff options
Diffstat (limited to 'games/quake2lnx/files/patch-src::linux::rw_svgalib.c')
-rw-r--r-- | games/quake2lnx/files/patch-src::linux::rw_svgalib.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games/quake2lnx/files/patch-src::linux::rw_svgalib.c b/games/quake2lnx/files/patch-src::linux::rw_svgalib.c new file mode 100644 index 000000000000..a9937ff476b3 --- /dev/null +++ b/games/quake2lnx/files/patch-src::linux::rw_svgalib.c @@ -0,0 +1,12 @@ +--- src/linux/rw_svgalib.c.orig Thu Jun 12 18:41:01 2003 ++++ src/linux/rw_svgalib.c Thu Jun 12 18:41:41 2003 +@@ -36,7 +36,9 @@ + #include <termios.h> + #include <sys/ioctl.h> + #include <sys/stat.h> ++#ifdef __linux__ + #include <sys/vt.h> ++#endif + #include <stdarg.h> + #include <stdio.h> + #include <signal.h> |