diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-08-05 11:35:08 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-08-05 11:35:08 +0000 |
commit | 7b1147e29fa9d2e90f7c731d936b787d9969e1cd (patch) | |
tree | 6386d3d88974aff25309c547cadfff309c5196b2 /x11/xscreensaver-gnome/files/patch-ab | |
parent | Update to 20020805. (diff) |
Fork off x11/xscreensaver port as of yesterday and add some long awaited
fixes and cleanups (i18n support, proper GNOME support, proper dependencies,
etc.)
Forced by: failure to put dougb into co-operative mode
Notes
Notes:
svn path=/head/; revision=64040
Diffstat (limited to 'x11/xscreensaver-gnome/files/patch-ab')
-rw-r--r-- | x11/xscreensaver-gnome/files/patch-ab | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/x11/xscreensaver-gnome/files/patch-ab b/x11/xscreensaver-gnome/files/patch-ab new file mode 100644 index 000000000000..6c67406a6e40 --- /dev/null +++ b/x11/xscreensaver-gnome/files/patch-ab @@ -0,0 +1,44 @@ + +$FreeBSD$ + +--- configure.orig Tue Jun 11 12:09:04 2002 ++++ configure Thu Jul 18 15:09:54 2002 +@@ -12483,7 +12483,7 @@ + pkg_check_version gmodule-2.0 2.0.0 + pkg_check_version libxml-2.0 2.4.6 + pkg_check_version libglade-2.0 1.99.0 +- have_gtk="$ok" ++ have_gtk="no" + + if test "$have_gtk" = yes; then + have_gtk2=yes +@@ -13116,7 +13116,7 @@ + + # First check for XML 2.x. + # +- pkg_check_version libxml-2.0 2.4.6 ++ pkg_check_version libxml 1.0 + + # If that didn't work (we don't have XML 2.x) and we *don't* have + # Gtk 2.x, then check to see if we have XML 1.x +@@ -17491,13 +17491,13 @@ + # 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' +- else +- HACK_CONF_DIR='${prefix}/lib/xscreensaver/config' +- fi +-fi ++#if test -z "$HACK_CONF_DIR" ; then ++# if test -n "$GNOME_DATADIR" ; then ++# HACK_CONF_DIR='${GNOME_DATADIR}/control-center/screensavers' ++# else ++# HACK_CONF_DIR='${prefix}/lib/xscreensaver/config' ++# fi ++#fi + + + |