summaryrefslogtreecommitdiffstats
path: root/x11/gnome-screensaver/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-07-09 02:47:10 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-07-09 02:47:10 +0800
commitee4271857d9da8d9f89e12b2d789bdf0ddfd94ae (patch)
tree5b14cc7a1845749bac2353bb2ff2636ac275d206 /x11/gnome-screensaver/files
parent94e2ecda98d7b2a8c3c6be552b47644f0d4370b1 (diff)
downloadmarcuscom-ports-ee4271857d9da8d9f89e12b2d789bdf0ddfd94ae.tar
marcuscom-ports-ee4271857d9da8d9f89e12b2d789bdf0ddfd94ae.tar.gz
marcuscom-ports-ee4271857d9da8d9f89e12b2d789bdf0ddfd94ae.tar.bz2
marcuscom-ports-ee4271857d9da8d9f89e12b2d789bdf0ddfd94ae.tar.lz
marcuscom-ports-ee4271857d9da8d9f89e12b2d789bdf0ddfd94ae.tar.xz
marcuscom-ports-ee4271857d9da8d9f89e12b2d789bdf0ddfd94ae.tar.zst
marcuscom-ports-ee4271857d9da8d9f89e12b2d789bdf0ddfd94ae.zip
Update to 0.0.7.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4201 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-screensaver/files')
-rw-r--r--x11/gnome-screensaver/files/patch-configure15
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;}