Accepting request 45092 from GNOME:Factory
Copy from GNOME:Factory/gtk3 based on submit request 45092 from user vuntz OBS-URL: https://build.opensuse.org/request/show/45092 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk3?expand=0&rev=1
This commit is contained in:
13
gtk3-GTK_PATH64.patch
Normal file
13
gtk3-GTK_PATH64.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
Index: gtk+-2.90.5/gtk/gtkmodules.c
|
||||
===================================================================
|
||||
--- gtk+-2.90.5.orig/gtk/gtkmodules.c
|
||||
+++ gtk+-2.90.5/gtk/gtkmodules.c
|
||||
@@ -67,7 +67,7 @@ get_module_path (void)
|
||||
if (home_dir)
|
||||
home_gtk_dir = g_build_filename (home_dir, ".gtk-3.0", NULL);
|
||||
|
||||
- module_path_env = g_getenv ("GTK_PATH");
|
||||
+ module_path_env = g_getenv ("GTK_PATH64");
|
||||
exe_prefix = g_getenv ("GTK_EXE_PREFIX");
|
||||
|
||||
if (exe_prefix)
|
Reference in New Issue
Block a user