Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
--- /dev/null
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -4,7 +4,7 @@
+ # <$Id: Makefile.in,v 3.43 2005/01/31 11:55:14 dillema Exp $>
+ #
+
+-CC = gcc
++CC = @CC@
+
+ # These use the standard autoconf variables, which by default are
+ # rooted in @prefix@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=4
-
-inherit eutils
+EAPI=7
DESCRIPTION="Trick Or Treat Daemon, a DNS proxy for 6to4"
HOMEPAGE="http://www.dillema.net/software/totd.html"
LICENSE="totd BSD BSD-4"
SLOT="0"
KEYWORDS="~amd64 x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-src_prepare() {
- epatch "${FILESDIR}"/${P}-no_werror.patch
-}
+PATCHES=(
+ "${FILESDIR}"/${P}-no_werror.patch
+ "${FILESDIR}"/${P}-fix-CC.patch
+)
src_configure() {
econf \