summaryrefslogtreecommitdiff
path: root/x11/gdm/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gdm/patches/patch-aa')
-rw-r--r--x11/gdm/patches/patch-aa16
1 files changed, 8 insertions, 8 deletions
diff --git a/x11/gdm/patches/patch-aa b/x11/gdm/patches/patch-aa
index 9fe7b80395e..62200ee61ee 100644
--- a/x11/gdm/patches/patch-aa
+++ b/x11/gdm/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.23 2008/05/29 17:21:45 drochner Exp $
+$NetBSD: patch-aa,v 1.24 2009/08/18 19:31:30 drochner Exp $
---- configure.orig 2008-05-13 02:27:18.000000000 +0200
+--- configure.orig 2009-03-19 06:00:24.000000000 +0100
+++ configure
-@@ -27278,7 +27278,9 @@ cat confdefs.h >>conftest.$ac_ext
+@@ -27448,7 +27448,9 @@ cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
#include <sys/statvfs.h>
@@ -12,7 +12,7 @@ $NetBSD: patch-aa,v 1.23 2008/05/29 17:21:45 drochner Exp $
_ACEOF
if { (ac_try="$ac_cpp conftest.$ac_ext"
case "(($ac_try" in
-@@ -33554,6 +33556,18 @@ case "$host" in
+@@ -33725,6 +33727,18 @@ case "$host" in
HOST_UTMP_LINE_REMOTE=""
HOST_UTMP_PSEUDO_DEVICE="false"
;;
@@ -31,7 +31,7 @@ $NetBSD: patch-aa,v 1.23 2008/05/29 17:21:45 drochner Exp $
*)
HOST_GDM_USER_PATH="/bin:/usr/bin"
HOST_HALT_COMMAND="/usr/bin/poweroff;/sbin/poweroff;/sbin/shutdown -h now;/usr/sbin/shutdown -h now"
-@@ -33570,18 +33584,18 @@ esac
+@@ -33741,18 +33755,18 @@ esac
# allow user to override the host-specific default
@@ -62,11 +62,11 @@ $NetBSD: patch-aa,v 1.23 2008/05/29 17:21:45 drochner Exp $
# On Solaris, the /usr/bin/Xserver script is used to decide whether to
# use Xsun or Xorg, so this is used on Solaris.
-@@ -33654,6 +33668,11 @@ elif test -x /usr/bin/X; then
+@@ -33825,6 +33839,11 @@ elif test -x /usr/bin/X; then
X_SERVER_PATH="/usr/bin"
X_SERVER="/usr/bin/X"
X_CONFIG_OPTIONS="-audit 0"
-+elif test -x ${X11BASE}/bin/X; then
++elif test "x${X11BASE}" != x; then
+ X_PATH="${X11BASE}/bin"
+ X_SERVER_PATH="${X11BASE}/bin"
+ X_SERVER="${X11BASE}/bin/X"
@@ -74,7 +74,7 @@ $NetBSD: patch-aa,v 1.23 2008/05/29 17:21:45 drochner Exp $
else
# what to do, what to do, this is wrong, but this just sets the
# defaults, perhaps this user is cross compiling or some such
-@@ -33663,6 +33682,7 @@ else
+@@ -33834,6 +33853,7 @@ else
GDM_USER_PATH="$GDM_USER_PATH:/usr/bin/X11:/usr/X11R6/bin:/usr/local/bin:/opt/X11R6/bin"
X_CONFIG_OPTIONS="-audit 0"
fi