diff options
Diffstat (limited to 'x11/eterm')
-rw-r--r-- | x11/eterm/files/patch-ag | 11 | ||||
-rw-r--r-- | x11/eterm/files/patch-ah | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/x11/eterm/files/patch-ag b/x11/eterm/files/patch-ag new file mode 100644 index 000000000000..13ba71fbac01 --- /dev/null +++ b/x11/eterm/files/patch-ag @@ -0,0 +1,11 @@ +--- src/feature.h.in.orig Thu Nov 25 20:50:37 1999 ++++ src/feature.h.in Thu Nov 25 20:50:49 1999 +@@ -380,7 +380,7 @@ + * may seem to be owned by root. But if you define this and don't have them, + * the utmp and tty stuff could break. Do some testing. DO NOT get this one + * wrong! */ +-/* #define HAVE_SAVED_UIDS */ ++#define HAVE_SAVED_UIDS + + /* Use getgrnam() to determine the group id of TTY_GRP_NAME, and chgrp tty + * device files to that group. This should be ok on SVR4 and Linux systems 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 |