diff options
Diffstat (limited to 'x11/xscreensaver/files')
-rw-r--r-- | x11/xscreensaver/files/patch-ab | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/x11/xscreensaver/files/patch-ab b/x11/xscreensaver/files/patch-ab index 589d1064ebbc..e1135f87ebe8 100644 --- a/x11/xscreensaver/files/patch-ab +++ b/x11/xscreensaver/files/patch-ab @@ -18,12 +18,30 @@ fi if test "$have_kerberos" = yes ; then +@@ -6151,7 +6151,7 @@ + gtk_path="$gtk_dir:$gtk_dir:$gtk_path" + fi + +- for ac_prog in glib-config ++ for ac_prog in `basename ${GLIB_CONFIG}` + do + # Extract the first word of "$ac_prog", so it can be a program name with args. + set dummy $ac_prog; ac_word=$2 +@@ -6191,7 +6191,7 @@ + test -n "$glib_config" && break + done + +- for ac_prog in gtk-config ++ for ac_prog in `basename ${GTK_CONFIG}` + do + # Extract the first word of "$ac_prog", so it can be a program name with args. + set dummy $ac_prog; ac_word=$2 @@ -6485,7 +6485,7 @@ if eval "test \"`echo '$''{'ac_cv_gtk_version_string'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else - ac_cv_gtk_version_string=`$glib_config --version` -+ ac_cv_gtk_version_string=`$gtk_config --version` ++ ac_cv_gtk_version_string=`${GTK_CONFIG} --version` fi echo "$ac_t""$ac_cv_gtk_version_string" 1>&6 |