diff options
author | Pacho Ramos <pacho@gentoo.org> | 2011-01-24 13:55:17 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2011-01-24 13:55:17 +0000 |
commit | ce04296ffcf621acb492017b72e79deea15693fe (patch) | |
tree | 2f9cd3254436e3bc7c7970f481194b939ddecc6e /dev-libs/glib/glib-2.26.1-r1.ebuild | |
parent | Removed dev-ruby/rails from RDEPEND, bug #352511. Fixed elog message bug #352... (diff) | |
download | gentoo-2-ce04296ffcf621acb492017b72e79deea15693fe.tar.gz gentoo-2-ce04296ffcf621acb492017b72e79deea15693fe.tar.bz2 gentoo-2-ce04296ffcf621acb492017b72e79deea15693fe.zip |
Add openbsd patch to fix build on several arches (bug #351387 by Alan Hourihane and Raúl Porcel) once I confirmed it doesn't cause any test failure regression. Remove test that seems to fail depending on time of day as done by upstream (was causing one of the failures in bug #352451) and unset GSETTINGS_BACKEND (bug #352451) until upstream takes care (upstream bug #640412).
(Portage version: 2.1.9.35/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/glib/glib-2.26.1-r1.ebuild')
-rw-r--r-- | dev-libs/glib/glib-2.26.1-r1.ebuild | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/dev-libs/glib/glib-2.26.1-r1.ebuild b/dev-libs/glib/glib-2.26.1-r1.ebuild index e6c36564a7b4..a155cc0ad8c3 100644 --- a/dev-libs/glib/glib-2.26.1-r1.ebuild +++ b/dev-libs/glib/glib-2.26.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.26.1-r1.ebuild,v 1.1 2011/01/17 17:58:59 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.26.1-r1.ebuild,v 1.2 2011/01/24 13:55:17 pacho Exp $ EAPI="3" @@ -45,6 +45,12 @@ src_prepare() { # gsettings.m4: Fix rules to work when there are no schemas, bug #350020 epatch "${FILESDIR}/${PN}-2.26.1-gsettings-rules.patch" + # Fix compilation on several arches, bug #351387 + epatch "${FILESDIR}/${PN}-2.26.1-gatomic-header.patch" + + # Remove a test that seems to fail depending on time of day + epatch "${FILESDIR}/${PN}-2.26.1-gdatetime-test.patch" + # Deprecation check in tests/testglib.c, upstream bug #635093 epatch "${FILESDIR}/${P}-deprecation-tests.patch" @@ -144,6 +150,7 @@ src_test() { export XDG_CONFIG_DIRS=/etc/xdg export XDG_DATA_DIRS=/usr/local/share:/usr/share export XDG_DATA_HOME="${T}" + unset GSETTINGS_BACKEND # bug 352451 # Hardened: gdb needs this, bug #338891 if host-is-pax ; then |