diff options
Diffstat (limited to 'sys-apps/parted/parted-1.6.6-r1.ebuild')
-rw-r--r-- | sys-apps/parted/parted-1.6.6-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/parted/parted-1.6.6-r1.ebuild b/sys-apps/parted/parted-1.6.6-r1.ebuild index fc41f9252178..7966dd5d55a7 100644 --- a/sys-apps/parted/parted-1.6.6-r1.ebuild +++ b/sys-apps/parted/parted-1.6.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.6.6-r1.ebuild,v 1.6 2004/04/27 21:23:51 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.6.6-r1.ebuild,v 1.7 2004/05/29 20:47:37 lv Exp $ inherit eutils @@ -38,6 +38,7 @@ src_compile() { `use_enable nls` \ `use_enable debug` \ `use_enable static all-static` \ + --disable-Werror \ --target=${CHOST} ${myconf} || die "Configure failed" emake || die "Make failed" } |