diff options
author | Eray Aslan <eras@gentoo.org> | 2013-02-15 11:33:35 +0000 |
---|---|---|
committer | Eray Aslan <eras@gentoo.org> | 2013-02-15 11:33:35 +0000 |
commit | 0c7d4dda52b038c401c847afcd54dd4a770fc9a1 (patch) | |
tree | c6a671b644e6bba14d0b0e8aebe1d74958d8aae3 /net-mail/gnubiff/files | |
parent | Apply workaround for newer boost headers (bug 454080 by Flameeyes). (diff) | |
download | gentoo-2-0c7d4dda52b038c401c847afcd54dd4a770fc9a1.tar.gz gentoo-2-0c7d4dda52b038c401c847afcd54dd4a770fc9a1.tar.bz2 gentoo-2-0c7d4dda52b038c401c847afcd54dd4a770fc9a1.zip |
Fix underlinking - bug #456302
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 0x77F1F175586A3B1F)
Diffstat (limited to 'net-mail/gnubiff/files')
-rw-r--r-- | net-mail/gnubiff/files/gnubiff-2.2.15-underlink.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-mail/gnubiff/files/gnubiff-2.2.15-underlink.patch b/net-mail/gnubiff/files/gnubiff-2.2.15-underlink.patch new file mode 100644 index 000000000000..a3f8ee9c75d8 --- /dev/null +++ b/net-mail/gnubiff/files/gnubiff-2.2.15-underlink.patch @@ -0,0 +1,12 @@ +Bug #456302 +--- configure.ac 2013-02-15 13:15:01.306855243 +0200 ++++ configure.ac 2013-02-15 13:20:07.921188143 +0200 +@@ -120,6 +120,8 @@ + dnl needed for gold + AC_CHECK_LIB([X11],[XSync]) + ++AC_CHECK_LIB([gthread-2.0],[g_thread_init]) ++ + dnl GLIB, GTK, ... + GTK_REQUIRED="gtk+-3.0 >= 3.0.0" + GMODULE_REQUIRED="gmodule-export-2.0 >= 2.4" |