diff options
author | se <se@FreeBSD.org> | 1999-07-11 20:27:28 +0800 |
---|---|---|
committer | se <se@FreeBSD.org> | 1999-07-11 20:27:28 +0800 |
commit | 67f2ae732d2c7c79a6066b3c3dab591a0993da05 (patch) | |
tree | f0a9ece9c4a0e8567ff4bc6ce77da343815a18c1 /x11 | |
parent | 541339865908bac446b65ff29d9a72a65294a93e (diff) | |
download | freebsd-ports-gnome-67f2ae732d2c7c79a6066b3c3dab591a0993da05.tar.gz freebsd-ports-gnome-67f2ae732d2c7c79a6066b3c3dab591a0993da05.tar.zst freebsd-ports-gnome-67f2ae732d2c7c79a6066b3c3dab591a0993da05.zip |
One line patch to make kdm work on FreeBSD/alpha.
Submitted by: dfr
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kdebase11/files/patch-au | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11/kdebase11/files/patch-au b/x11/kdebase11/files/patch-au new file mode 100644 index 000000000000..ce56901abfd4 --- /dev/null +++ b/x11/kdebase11/files/patch-au @@ -0,0 +1,10 @@ +--- kdm/session.c.orig Sat Jul 10 12:18:04 1999 ++++ kdm/session.c Sat Jul 10 12:18:24 1999 +@@ -703,6 +703,7 @@ + * We need to do this before setusercontext() because that may + * set or reset some environment variables. + */ ++ envinit[0] = NULL; + environ = envinit; + + /* |