diff options
Diffstat (limited to '')
-rw-r--r-- | x11/xscreensaver/files/patch-ab | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/x11/xscreensaver/files/patch-ab b/x11/xscreensaver/files/patch-ab index a02757728c78..2057668883f6 100644 --- a/x11/xscreensaver/files/patch-ab +++ b/x11/xscreensaver/files/patch-ab @@ -1,5 +1,8 @@ ---- configure.orig Wed Jan 2 00:15:22 2002 -+++ configure Sun Jan 13 15:52:38 2002 + +$FreeBSD$ + +--- configure.orig Wed Jan 2 10:15:22 2002 ++++ configure Wed Feb 13 15:53:35 2002 @@ -5999,7 +5999,7 @@ PASSWD_LIBS="$PASSWD_LIBS -lkrb4 -ldes425 -lkrb5 -lk5crypto -lcrypt -lcom_err" elif test "$have_kerberos" = yes ; then @@ -9,11 +12,13 @@ fi if test "$have_kerberos" = yes ; then -@@ -9883,6 +9883,8 @@ +@@ -9881,8 +9881,8 @@ + # Now that we know whether we have Gnome, we can decide where the XML + # config files get installed. if test -z "$HACK_CONF_DIR" ; then - if test -n "$GNOME_DATADIR" ; then - HACK_CONF_DIR='${GNOME_DATADIR}/control-center/screensavers' -+ elif test -n "$CONFIGDIR" ; then +- if test -n "$GNOME_DATADIR" ; then +- HACK_CONF_DIR='${GNOME_DATADIR}/control-center/screensavers' ++ if test -n "$CONFIGDIR" ; then + HACK_CONF_DIR="$CONFIGDIR" else HACK_CONF_DIR='${prefix}/lib/xscreensaver/config' |