diff options
author | Peter Volkov <pva@gentoo.org> | 2011-10-02 13:44:18 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2011-10-02 13:44:18 +0000 |
commit | 52307ebb0b0f0ac3e4d591c38d0a09a7773ef61b (patch) | |
tree | 49791644fea5b20a42296cb8c8f6f60c9b2848fc /gnome-extra/gpointing-device-settings | |
parent | alpha/ia64/s390/sh/sparc stable wrt #380421 (diff) | |
download | gentoo-2-52307ebb0b0f0ac3e4d591c38d0a09a7773ef61b.tar.gz gentoo-2-52307ebb0b0f0ac3e4d591c38d0a09a7773ef61b.tar.bz2 gentoo-2-52307ebb0b0f0ac3e4d591c38d0a09a7773ef61b.zip |
Fix build failure reported in bug #384001 (wrt Allan Gottlieb).
(Portage version: 2.1.10.20/cvs/Linux x86_64)
Diffstat (limited to 'gnome-extra/gpointing-device-settings')
-rw-r--r-- | gnome-extra/gpointing-device-settings/ChangeLog | 6 | ||||
-rw-r--r-- | gnome-extra/gpointing-device-settings/gpointing-device-settings-1.5.1-r2.ebuild | 7 |
2 files changed, 10 insertions, 3 deletions
diff --git a/gnome-extra/gpointing-device-settings/ChangeLog b/gnome-extra/gpointing-device-settings/ChangeLog index cd04465a7c22..b522cbd58c8e 100644 --- a/gnome-extra/gpointing-device-settings/ChangeLog +++ b/gnome-extra/gpointing-device-settings/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-extra/gpointing-device-settings # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gpointing-device-settings/ChangeLog,v 1.12 2011/03/30 11:09:42 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gpointing-device-settings/ChangeLog,v 1.13 2011/10/02 13:44:18 pva Exp $ + + 02 Oct 2011; Peter Volkov <pva@gentoo.org> + gpointing-device-settings-1.5.1-r2.ebuild: + Fix build failure reported in bug #384001 (wrt Allan Gottlieb). 30 Mar 2011; Christoph Mende <angelos@gentoo.org> gpointing-device-settings-1.3.2.ebuild, diff --git a/gnome-extra/gpointing-device-settings/gpointing-device-settings-1.5.1-r2.ebuild b/gnome-extra/gpointing-device-settings/gpointing-device-settings-1.5.1-r2.ebuild index 8c2f197d42e7..d2e216a9057e 100644 --- a/gnome-extra/gpointing-device-settings/gpointing-device-settings-1.5.1-r2.ebuild +++ b/gnome-extra/gpointing-device-settings/gpointing-device-settings-1.5.1-r2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gpointing-device-settings/gpointing-device-settings-1.5.1-r2.ebuild,v 1.2 2011/03/28 22:39:01 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gpointing-device-settings/gpointing-device-settings-1.5.1-r2.ebuild,v 1.3 2011/10/02 13:44:18 pva Exp $ EAPI="2" GCONF_DEBUG="no" -inherit eutils gnome2 +inherit eutils gnome2 autotools DESCRIPTION="A GTK+ based configuration utility for the synaptics driver" HOMEPAGE="http://live.gnome.org/GPointingDeviceSettings" @@ -37,5 +37,8 @@ src_prepare() { "${FILESDIR}/${P}-reboot.patch" \ "${FILESDIR}/${P}-gtk22.patch" \ "${FILESDIR}/${P}-gsd-crash.patch" + sed 's|\(^GPDS_CFLAGS=.*-D[A-Z_]*_DISABLE_DEPRECATED.*\)|#\1|' \ + -i configure.ac || die + eautoreconf gnome2_src_prepare } |