diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2000-01-23 22:18:44 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2000-01-23 22:18:44 +0000 |
commit | a109f4e9f0074099559dba4e2ea5824cdb270547 (patch) | |
tree | 98bf90a749dd679f1336a42e1ef8ae5671520347 /x11 | |
parent | 0b95c6ad0f0938b1c213b4ed10c0454c8d33575b (diff) | |
download | ports-a109f4e9f0074099559dba4e2ea5824cdb270547.tar.gz ports-a109f4e9f0074099559dba4e2ea5824cdb270547.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/XFree86-4-libraries/files/patch-9 | 12 | ||||
-rw-r--r-- | x11/XFree86-4/files/patch-9 | 12 | ||||
-rw-r--r-- | x11/XFree86/files/patch-9 | 12 |
3 files changed, 36 insertions, 0 deletions
diff --git a/x11/XFree86-4-libraries/files/patch-9 b/x11/XFree86-4-libraries/files/patch-9 new file mode 100644 index 000000000000..985d7dddac3d --- /dev/null +++ b/x11/XFree86-4-libraries/files/patch-9 @@ -0,0 +1,12 @@ +--- programs/xdm/sessreg.c~ Sun Jan 16 18:33:06 2000 ++++ programs/xdm/sessreg.c Sun Jan 23 03:31:15 2000 +@@ -79,7 +79,9 @@ + + #ifdef CSRG_BASED + /* *BSD doesn't like a ':0' type entry in utmp */ ++#ifndef __FreeBSD__ + #define NO_UTMP ++#endif + #endif + + #ifndef WTMP_FILE diff --git a/x11/XFree86-4/files/patch-9 b/x11/XFree86-4/files/patch-9 new file mode 100644 index 000000000000..985d7dddac3d --- /dev/null +++ b/x11/XFree86-4/files/patch-9 @@ -0,0 +1,12 @@ +--- programs/xdm/sessreg.c~ Sun Jan 16 18:33:06 2000 ++++ programs/xdm/sessreg.c Sun Jan 23 03:31:15 2000 +@@ -79,7 +79,9 @@ + + #ifdef CSRG_BASED + /* *BSD doesn't like a ':0' type entry in utmp */ ++#ifndef __FreeBSD__ + #define NO_UTMP ++#endif + #endif + + #ifndef WTMP_FILE diff --git a/x11/XFree86/files/patch-9 b/x11/XFree86/files/patch-9 new file mode 100644 index 000000000000..985d7dddac3d --- /dev/null +++ b/x11/XFree86/files/patch-9 @@ -0,0 +1,12 @@ +--- programs/xdm/sessreg.c~ Sun Jan 16 18:33:06 2000 ++++ programs/xdm/sessreg.c Sun Jan 23 03:31:15 2000 +@@ -79,7 +79,9 @@ + + #ifdef CSRG_BASED + /* *BSD doesn't like a ':0' type entry in utmp */ ++#ifndef __FreeBSD__ + #define NO_UTMP ++#endif + #endif + + #ifndef WTMP_FILE |