diff options
Diffstat (limited to 'x11/fast-user-switch-applet/patches/patch-aa')
-rw-r--r-- | x11/fast-user-switch-applet/patches/patch-aa | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/x11/fast-user-switch-applet/patches/patch-aa b/x11/fast-user-switch-applet/patches/patch-aa new file mode 100644 index 00000000000..e31f836ed3b --- /dev/null +++ b/x11/fast-user-switch-applet/patches/patch-aa @@ -0,0 +1,56 @@ +$NetBSD: patch-aa,v 1.1.1.1 2006/04/01 22:12:55 jmmv Exp $ + +--- configure.orig 2006-04-01 23:51:37.000000000 +0200 ++++ configure +@@ -22015,7 +22015,7 @@ if test "${with_users_admin+set}" = set; + users_admin_cmd="$withval" + fi; + +-if test "x$users_admin_cmd" == "x"; then ++if test "x$users_admin_cmd" = "x"; then + # Extract the first word of "users-admin", so it can be a program name with args. + set dummy users-admin; ac_word=$2 + echo "$as_me:$LINENO: checking for $ac_word" >&5 +@@ -22055,7 +22055,7 @@ else + echo "${ECHO_T}no" >&6 + fi + +- if test "x$users_admin" == "x"; then ++ if test "x$users_admin" = "x"; then + users_admin_cmd="disabled" + else + users_admin_cmd="$users_admin" +@@ -22095,7 +22095,7 @@ if test "${with_gdm_setup+set}" = set; t + gdm_setup_cmd="$withval" + fi; + +-if test "x$gdm_setup_cmd" == "x"; then ++if test "x$gdm_setup_cmd" = "x"; then + # Extract the first word of "gdmsetup", so it can be a program name with args. + set dummy gdmsetup; ac_word=$2 + echo "$as_me:$LINENO: checking for $ac_word" >&5 +@@ -22135,13 +22135,13 @@ else + echo "${ECHO_T}no" >&6 + fi + +- if test "x$gdm_setup" == "x"; then ++ if test "x$gdm_setup" = "x"; then + gdm_setup_cmd="disabled" + else + gdm_setup_cmd="$gdm_setup" + fi + else +- if test "x$gdm_setup_cmd" == "xno"; then ++ if test "x$gdm_setup_cmd" = "xno"; then + echo "$as_me:$LINENO: result: disabling login screen setup command" >&5 + echo "${ECHO_T}disabling login screen setup command" >&6 + gdm_setup= +@@ -22175,7 +22175,7 @@ if test "${with_gdm_config+set}" = set; + gdmconfigfile="$withval" + fi; + +-if test "x$gdmconfigfile" == "x" -o "x$gdmconfigfile" == "xno"; then ++if test "x$gdmconfigfile" = "x" -o "x$gdmconfigfile" = "xno"; then + echo "$as_me:$LINENO: checking for GDM configuration file" >&5 + echo $ECHO_N "checking for GDM configuration file... $ECHO_C" >&6 + |