diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-04-09 07:44:02 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-04-09 07:44:02 +0000 |
commit | c9103cb1c8c2ce0f73d9087a1ef65621439c64d2 (patch) | |
tree | 5d6b17873ffbf58ccf334e4a9c8af6606d0e0b91 /x11-misc/xsensors/xsensors-0.70.ebuild | |
parent | Version bump. (diff) | |
download | historical-c9103cb1c8c2ce0f73d9087a1ef65621439c64d2.tar.gz historical-c9103cb1c8c2ce0f73d9087a1ef65621439c64d2.tar.bz2 historical-c9103cb1c8c2ce0f73d9087a1ef65621439c64d2.zip |
Remove last occurence of -Werror wrt #362671 by Diego Elio Pettenò <flameeyes@gentoo.org>
Package-Manager: portage-2.2.0_alpha29/cvs/Linux x86_64
Diffstat (limited to 'x11-misc/xsensors/xsensors-0.70.ebuild')
-rw-r--r-- | x11-misc/xsensors/xsensors-0.70.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-misc/xsensors/xsensors-0.70.ebuild b/x11-misc/xsensors/xsensors-0.70.ebuild index b1b4db2e50c7..3a1bd6c8f0eb 100644 --- a/x11-misc/xsensors/xsensors-0.70.ebuild +++ b/x11-misc/xsensors/xsensors-0.70.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsensors/xsensors-0.70.ebuild,v 1.6 2010/10/04 12:55:15 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsensors/xsensors-0.70.ebuild,v 1.7 2011/04/09 07:44:02 xarthisius Exp $ EAPI=2 inherit autotools eutils @@ -25,7 +25,7 @@ src_prepare() { sed -i \ -e '/-DG.*_DISABLE_DEPRECATED/d' \ -e 's:-Werror:-Wall:' \ - src/Makefile.am || die + src/Makefile.am configure.in || die eautoreconf } |