summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-10-13 14:06:12 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-10-13 14:06:12 +0000
commitbf89c449e6a7cee9af91ddd3d1517d68cb6ba3aa (patch)
treedb9c2aa84d8579a0e43dc6d24df0d9725108fe4d /xfce-extra/xfce4-sensors-plugin
parentImport missing hr.po from git wrt #386977 by Agostino Sarubbo (diff)
downloadgentoo-2-bf89c449e6a7cee9af91ddd3d1517d68cb6ba3aa.tar.gz
gentoo-2-bf89c449e6a7cee9af91ddd3d1517d68cb6ba3aa.tar.bz2
gentoo-2-bf89c449e6a7cee9af91ddd3d1517d68cb6ba3aa.zip
Stop defining extra -Werror in configure.in and use flags from xfce4-dev-tools instead wrt #386979 by Agostino Sarubbo
(Portage version: 2.2.0_alpha64/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-sensors-plugin')
-rw-r--r--xfce-extra/xfce4-sensors-plugin/ChangeLog7
-rw-r--r--xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.3.ebuild5
2 files changed, 10 insertions, 2 deletions
diff --git a/xfce-extra/xfce4-sensors-plugin/ChangeLog b/xfce-extra/xfce4-sensors-plugin/ChangeLog
index b791ddf5ea2e..b4e917ff8dd6 100644
--- a/xfce-extra/xfce4-sensors-plugin/ChangeLog
+++ b/xfce-extra/xfce4-sensors-plugin/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for xfce-extra/xfce4-sensors-plugin
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v 1.23 2011/07/19 19:24:52 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v 1.24 2011/10/13 14:06:12 ssuominen Exp $
+
+ 13 Oct 2011; Samuli Suominen <ssuominen@gentoo.org>
+ xfce4-sensors-plugin-1.2.3.ebuild:
+ Stop defining extra -Werror in configure.in and use flags from
+ xfce4-dev-tools instead wrt #386979 by Agostino Sarubbo
*xfce4-sensors-plugin-1.2.3 (19 Jul 2011)
diff --git a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.3.ebuild b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.3.ebuild
index f2fffaa919d9..ec8f8ecfa9a4 100644
--- a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.3.ebuild
+++ b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.3.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/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.3.ebuild,v 1.1 2011/07/19 19:24:52 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.3.ebuild,v 1.2 2011/10/13 14:06:12 ssuominen Exp $
EAPI=4
EAUTORECONF=yes
@@ -46,5 +46,8 @@ pkg_setup() {
src_prepare() {
sed -i -e '/-no-undefined/d' src/Makefile.am || die
+ # Use flags from xfce4-dev-tools instead of defining them again in
+ # configure.in wrt #386979
+ sed -i -e '/PLATFORM_CFLAGS/s:-Werror::' configure.in || die
xfconf_src_prepare
}