diff options
author | Peter Volkov <pva@gentoo.org> | 2009-05-27 06:31:37 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2009-05-27 06:31:37 +0000 |
commit | b3ae4ab1523a79a94746f33182fe15bea5d53151 (patch) | |
tree | 5939f97f85639e715d7ed9fd88080eb290aa430c /sys-fs/vzquota/vzquota-3.0.12.ebuild | |
parent | stable x86, bug 228299 (diff) | |
download | gentoo-2-b3ae4ab1523a79a94746f33182fe15bea5d53151.tar.gz gentoo-2-b3ae4ab1523a79a94746f33182fe15bea5d53151.tar.bz2 gentoo-2-b3ae4ab1523a79a94746f33182fe15bea5d53151.zip |
Don't use -Werror during build, bug #260939, thank Diego E. 'Flameeyes' Pettenò for report.
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'sys-fs/vzquota/vzquota-3.0.12.ebuild')
-rw-r--r-- | sys-fs/vzquota/vzquota-3.0.12.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-fs/vzquota/vzquota-3.0.12.ebuild b/sys-fs/vzquota/vzquota-3.0.12.ebuild index 21a1965c1c6e..2143d277018a 100644 --- a/sys-fs/vzquota/vzquota-3.0.12.ebuild +++ b/sys-fs/vzquota/vzquota-3.0.12.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/vzquota/vzquota-3.0.12.ebuild,v 1.2 2008/11/11 10:32:51 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/vzquota/vzquota-3.0.12.ebuild,v 1.3 2009/05/27 06:31:37 pva Exp $ inherit toolchain-funcs @@ -17,6 +17,7 @@ src_unpack() { unpack ${A} sed -e 's,$(INSTALL) -s -m,$(INSTALL) -m,' \ -e 's:$(CC) $(CFLAGS) -o:$(CC) $(CFLAGS) $(LDFLAGS) -o:' \ + -e 's:-Werror ::' \ -i "${S}/src/Makefile" || die } |