diff options
Diffstat (limited to 'net/tintin++-devel/files/patch-ad')
-rw-r--r-- | net/tintin++-devel/files/patch-ad | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/tintin++-devel/files/patch-ad b/net/tintin++-devel/files/patch-ad new file mode 100644 index 000000000000..007d0b4b2796 --- /dev/null +++ b/net/tintin++-devel/files/patch-ad @@ -0,0 +1,11 @@ +--- scrsize.c.orig Tue Sep 23 12:10:26 2000 ++++ scrsize.c Tue Sep 23 12:22:17 2000 +@@ -14,7 +14,7 @@ + + #ifdef HAVE_SYS_TERMIO_H + #include <sys/termio.h> +-#else ++#elif !defined(HAVE_SYS_IOCTL_H) + #include <sgtty.h> + #endif + |