1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/x11/eterm/files/patch-ah
Justin M. Seger ef5898cb63 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
1999-11-26 02:14:01 +00:00

12 lines
280 B
Plaintext

--- 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