diff options
Diffstat (limited to 'x11/gnome-screensaver/files')
-rw-r--r-- | x11/gnome-screensaver/files/patch-configure | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/x11/gnome-screensaver/files/patch-configure b/x11/gnome-screensaver/files/patch-configure index 5a390baac..949d7c202 100644 --- a/x11/gnome-screensaver/files/patch-configure +++ b/x11/gnome-screensaver/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig Wed Jun 8 23:43:39 2005 -+++ configure Wed Jun 8 23:44:22 2005 -@@ -23792,7 +23792,7 @@ +--- configure.orig Fri Jul 8 14:42:17 2005 ++++ configure Fri Jul 8 14:42:18 2005 +@@ -25855,7 +25855,7 @@ gdmconfigfile="$withval" fi; @@ -9,12 +9,3 @@ echo "$as_me:$LINENO: checking for gdm.conf" >&5 echo $ECHO_N "checking for gdm.conf... $ECHO_C" >&6 -@@ -23800,6 +23800,8 @@ - gdmconfigfile="/etc/gdm/gdm.conf" - elif test -f "/etc/X11/gdm/gdm.conf"; then - gdmconfigfile="/etc/X11/gdm/gdm.conf" -+ elif test -f "%%X11BASE%%/etc/gdm/gdm.conf"; then -+ gdmconfigfile="%%X11BASE%%/etc/gdm/gdm.conf" - else - { { echo "$as_me:$LINENO: error: The GDM config file could not be found, please specify it manually" >&5 - echo "$as_me: error: The GDM config file could not be found, please specify it manually" >&2;} |