diff options
-rw-r--r-- | net-mail/gnubiff/ChangeLog | 9 | ||||
-rw-r--r-- | net-mail/gnubiff/files/gnubiff-2.2.15-underlink.patch | 12 | ||||
-rw-r--r-- | net-mail/gnubiff/gnubiff-2.2.15.ebuild | 7 |
3 files changed, 22 insertions, 6 deletions
diff --git a/net-mail/gnubiff/ChangeLog b/net-mail/gnubiff/ChangeLog index 8b8609d04a98..7bd6d9ec05ac 100644 --- a/net-mail/gnubiff/ChangeLog +++ b/net-mail/gnubiff/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-mail/gnubiff -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/gnubiff/ChangeLog,v 1.40 2012/05/03 04:18:37 jdhore Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/gnubiff/ChangeLog,v 1.41 2013/02/15 11:33:35 eras Exp $ + + 15 Feb 2013; Eray Aslan <eras@gentoo.org> + +files/gnubiff-2.2.15-underlink.patch, gnubiff-2.2.15.ebuild: + Fix underlinking - bug #456302 03 May 2012; Jeff Horelick <jdhore@gentoo.org> gnubiff-2.2.13-r2.ebuild, gnubiff-2.2.13-r3.ebuild, gnubiff-2.2.15.ebuild: @@ -182,4 +186,3 @@ 05 Nov 2004; Andrej Kacian <ticho@gentoo.org> : Initial import, closes #39429. Ebuild submitted by Andreas Waschinski <wascha@web.de>. - 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" diff --git a/net-mail/gnubiff/gnubiff-2.2.15.ebuild b/net-mail/gnubiff/gnubiff-2.2.15.ebuild index 9e67b663df23..89ed1368d43b 100644 --- a/net-mail/gnubiff/gnubiff-2.2.15.ebuild +++ b/net-mail/gnubiff/gnubiff-2.2.15.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/gnubiff/gnubiff-2.2.15.ebuild,v 1.2 2012/05/03 04:18:37 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/gnubiff/gnubiff-2.2.15.ebuild,v 1.3 2013/02/15 11:33:35 eras Exp $ EAPI=4 inherit autotools eutils @@ -32,7 +32,8 @@ DOCS="AUTHORS ChangeLog NEWS README THANKS TODO" src_prepare() { epatch \ "${FILESDIR}"/${P}-fix-nls.patch \ - "${FILESDIR}"/${P}-gold.patch + "${FILESDIR}"/${P}-gold.patch \ + "${FILESDIR}"/${P}-underlink.patch eautoreconf } |