diff options
author | Mart Raudsepp <leio@gentoo.org> | 2007-09-21 20:23:19 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2007-09-21 20:23:19 +0000 |
commit | a278081f3ce4c7c181c6a3b59b619f506a76b5d2 (patch) | |
tree | 5503a7b88fe97fae587b8d8789ba2a18d1a87879 /dev-libs/glib | |
parent | Version bump: fixes security issues mentioned in #186030 and bug #191001 (diff) | |
download | gentoo-2-a278081f3ce4c7c181c6a3b59b619f506a76b5d2.tar.gz gentoo-2-a278081f3ce4c7c181c6a3b59b619f506a76b5d2.tar.bz2 gentoo-2-a278081f3ce4c7c181c6a3b59b619f506a76b5d2.zip |
Apply the FBSD fix on 2.14 too..
(Portage version: 2.1.3.9)
Diffstat (limited to 'dev-libs/glib')
-rw-r--r-- | dev-libs/glib/glib-2.14.1.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/dev-libs/glib/glib-2.14.1.ebuild b/dev-libs/glib/glib-2.14.1.ebuild index 036b080184d7..99277aa48c58 100644 --- a/dev-libs/glib/glib-2.14.1.ebuild +++ b/dev-libs/glib/glib-2.14.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.14.1.ebuild,v 1.2 2007/09/21 17:29:39 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.14.1.ebuild,v 1.3 2007/09/21 20:23:19 leio Exp $ inherit gnome.org libtool eutils flag-o-matic @@ -39,6 +39,11 @@ src_unpack() { epatch "${FILESDIR}/glib-2.10.3-ia64-atomic-ops.patch" fi fi + + # Fix gmodule issues on fbsd; bug #184301 + epatch "${FILESDIR}"/${PN}-2.12.12-fbsd.patch + + [[ ${CHOST} == *-freebsd* ]] && elibtoolize } src_compile() { |