summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPascal Jäger <pascal.jaeger@leimstift.de>2022-11-01 10:15:46 +0100
committerSam James <sam@gentoo.org>2022-11-02 00:47:33 +0000
commit012c205505f0ca5f5ba70149f71b3ab762b7f8b2 (patch)
treedf45744c6496f98d10dd8bdef628d888c892bc8e /x11-misc
parentdev-lang/swig: depend on Boost for tests (diff)
downloadgentoo-012c205505f0ca5f5ba70149f71b3ab762b7f8b2.tar.gz
gentoo-012c205505f0ca5f5ba70149f71b3ab762b7f8b2.tar.bz2
gentoo-012c205505f0ca5f5ba70149f71b3ab762b7f8b2.zip
x11-misc/xscreensaver: get install dirs from GTK3 instead of GTK2 in configure.ac
Closes: https://bugs.gentoo.org/878979 Bug: https://bugs.gentoo.org/878875 Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de> Closes: https://github.com/gentoo/gentoo/pull/28068 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/xscreensaver/files/xscreensaver-6.05-get-dirs-from-gtk3.0-in-configure.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-misc/xscreensaver/files/xscreensaver-6.05-get-dirs-from-gtk3.0-in-configure.patch b/x11-misc/xscreensaver/files/xscreensaver-6.05-get-dirs-from-gtk3.0-in-configure.patch
index c624c8046026..4147540e1189 100644
--- a/x11-misc/xscreensaver/files/xscreensaver-6.05-get-dirs-from-gtk3.0-in-configure.patch
+++ b/x11-misc/xscreensaver/files/xscreensaver-6.05-get-dirs-from-gtk3.0-in-configure.patch
@@ -6,9 +6,9 @@ Bug: https://bugs.gentoo.org/878875
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
---- a/configure
-+++ b/configure
-@@ -16035,7 +16035,7 @@ printf "%s\n" "$ac_cv_gtk_config_libs" >&6; }
+--- a/configure.ac
++++ b/configure.ac
+@@ -2822,7 +2822,7 @@ if test "$with_gtk" = yes; then
GTK_DATADIR=""
if test "$have_gtk" = yes; then
@@ -17,7 +17,7 @@ Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
GTK_DATADIR="$GTK_DATADIR/share"
fi
-@@ -21440,6 +21440,6 @@ printf %s "checking for locale directory... " >&6; }
+@@ -4282,6 +4282,6 @@ AC_MSG_CHECKING([for locale directory])
if test -n "$GTK_DATADIR" ; then
PO_DATADIR="$GTK_DATADIR"
elif test "$have_gtk" = yes; then