diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-04-30 15:10:14 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-04-30 15:10:14 +0000 |
commit | 783a1379b8bdac51aad35b18fb8286f68748a68f (patch) | |
tree | 37fb8a870130d660ebfadb518c97923fbb04e30c /gnome-base/nautilus/files | |
parent | Extract the version LLVM refers to internally so we can properly fix install_... (diff) | |
download | gentoo-2-783a1379b8bdac51aad35b18fb8286f68748a68f.tar.gz gentoo-2-783a1379b8bdac51aad35b18fb8286f68748a68f.tar.bz2 gentoo-2-783a1379b8bdac51aad35b18fb8286f68748a68f.zip |
Add fix for problems with glib-2.32 and gold linker, #414121
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'gnome-base/nautilus/files')
-rw-r--r-- | gnome-base/nautilus/files/nautilus-3.2.1-gold-glib2.32.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gnome-base/nautilus/files/nautilus-3.2.1-gold-glib2.32.patch b/gnome-base/nautilus/files/nautilus-3.2.1-gold-glib2.32.patch new file mode 100644 index 000000000000..c185d1a222d9 --- /dev/null +++ b/gnome-base/nautilus/files/nautilus-3.2.1-gold-glib2.32.patch @@ -0,0 +1,15 @@ + configure.in | 1 + + 1 files changed, 1 insertions(+), 0 deletions(-) + +diff --git a/configure.in b/configure.in +index 0a83bc9..2c9ebbc 100644 +--- a/configure.in ++++ b/configure.in +@@ -313,6 +313,7 @@ AC_SUBST(COMMON_LIBS) + dnl additional nautilus libs + PKG_CHECK_MODULES(NAUTILUS, [ + gthread-2.0 >= glib_minver ++ gmodule-no-export-2.0 >= glib_minver + gio-2.0 >= glib_minver + gio-unix-2.0 >= glib_minver + gsettings-desktop-schemas |