diff options
Diffstat (limited to 'x11/eterm/files/patch-ah')
-rw-r--r-- | x11/eterm/files/patch-ah | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/eterm/files/patch-ah b/x11/eterm/files/patch-ah new file mode 100644 index 000000000000..38ee5f054b99 --- /dev/null +++ b/x11/eterm/files/patch-ah @@ -0,0 +1,11 @@ +--- src/main.c.orig Thu Nov 25 20:51:39 1999 ++++ src/main.c Thu Nov 25 20:53:30 1999 +@@ -26,6 +26,8 @@ + + static const char cvs_ident[] = "$Id: main.c,v 1.35 1999/04/20 00:46:37 mej Exp $"; + ++#define NEED_LINUX_HACK 1 ++ + /* includes */ + #include "main.h" + #ifdef USE_ACTIVE_TAGS |