diff options
author | 2007-10-06 15:23:21 +0000 | |
---|---|---|
committer | 2007-10-06 15:23:21 +0000 | |
commit | 7cef5c6aa994c2847995926520280a552bb553f3 (patch) | |
tree | bf8d660f09de59d13d83364a966093b2054bd5b9 /net-dns/totd/totd-1.5.1.ebuild | |
parent | ppc stable, bug #192695 (diff) | |
download | historical-7cef5c6aa994c2847995926520280a552bb553f3.tar.gz historical-7cef5c6aa994c2847995926520280a552bb553f3.tar.bz2 historical-7cef5c6aa994c2847995926520280a552bb553f3.zip |
Remove -Werror (#183768) thanks to Karsten Baumgarten <karsten.baumgarten@gmx.net>.
Package-Manager: portage-2.1.3.9
Diffstat (limited to 'net-dns/totd/totd-1.5.1.ebuild')
-rw-r--r-- | net-dns/totd/totd-1.5.1.ebuild | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/net-dns/totd/totd-1.5.1.ebuild b/net-dns/totd/totd-1.5.1.ebuild index fac13875ef25..9d67f1fbf6d3 100644 --- a/net-dns/totd/totd-1.5.1.ebuild +++ b/net-dns/totd/totd-1.5.1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/totd/totd-1.5.1.ebuild,v 1.3 2007/05/06 09:24:36 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/totd/totd-1.5.1.ebuild,v 1.4 2007/10/06 15:23:21 coldwind Exp $ + +inherit eutils DESCRIPTION="Trick Or Treat Daemon, a DNS proxy for 6to4" HOMEPAGE="http://www.vermicelli.pasta.cs.uit.no/ipv6/software.html" @@ -12,6 +14,12 @@ KEYWORDS="~x86" IUSE="" DEPEND="" +src_unpack() { + unpack ${A} + cd "${S}" + epatch "${FILESDIR}"/${P}-no_werror.patch +} + src_compile() { econf --enable-ipv4 --enable-ipv6 --enable-stf \ --enable-scoped-rewrite --disable-http-server || die "configure failed" |