summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-05-15 19:30:52 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-05-15 19:30:52 +0000
commite4fa78a6f94a6e8b44a3f3ea5851fb09c958805a (patch)
tree5da7968bc43dd244633e6032b58f48380082384f /xfce-extra/xfce4-sensors-plugin
parentStable for HPPA too. (diff)
downloadgentoo-2-e4fa78a6f94a6e8b44a3f3ea5851fb09c958805a.tar.gz
gentoo-2-e4fa78a6f94a6e8b44a3f3ea5851fb09c958805a.tar.bz2
gentoo-2-e4fa78a6f94a6e8b44a3f3ea5851fb09c958805a.zip
Link to upstream bug for the AC_PROG_LIBTOOL removal line
(Portage version: 2.2.0_alpha105/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-sensors-plugin')
-rw-r--r--xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.5.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.5.ebuild b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.5.ebuild
index 6831cd415ca5..a5225937ff85 100644
--- a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.5.ebuild
+++ b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 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.5.ebuild,v 1.1 2012/05/15 19:26:42 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.5.ebuild,v 1.2 2012/05/15 19:30:52 ssuominen Exp $
EAPI=4
EAUTORECONF=yes
@@ -49,7 +49,8 @@ src_prepare() {
# Use flags from xfce4-dev-tools instead of defining them again in
# configure.in wrt #386979
- # Remove AC_PROG_LIBTOOL because LT_INIT([disable-static]) is also present
+ # Remove AC_PROG_LIBTOOL because LT_INIT([disable-static]) is also present:
+ # http://bugzilla.xfce.org/show_bug.cgi?id=8888
sed -i \
-e '/PLATFORM_CFLAGS/s:-Werror::' \
-e '/AC_PROG_LIBTOOL/d' \