summaryrefslogtreecommitdiff
path: root/x11/eterm/files/patch-ah
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1999-11-26 02:14:01 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1999-11-26 02:14:01 +0000
commitef5898cb637565878dcc27ff75660cd8f77b92d0 (patch)
tree736ff0fce91669122c470dc618d2f44942d78c40 /x11/eterm/files/patch-ah
parent" When wmcdplay reads out CD_MEDIA_CATALOG of CDIOCREADSUBCHANNEL with (diff)
Define HAVE_SAVED_UID and NEED_LINUX_HACK so that .Xauthority
files from NFS mounted home dirs can be read by Eterm. PR: ports/11977
Notes
Notes: svn path=/head/; revision=23337
Diffstat (limited to '')
-rw-r--r--x11/eterm/files/patch-ah11
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