# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=4 inherit autotools eutils DESCRIPTION="djbdns without daemontools" HOMEPAGE="http://pjp.dgplug.org/ndjbdns/index.html" SRC_URI="http://pjp.dgplug.org/${PN}/${P}.tar.gz" LICENSE="" SLOT="0" KEYWORDS="~x86" IUSE="" src_prepare() { sed -i Makefile.am -e '/^AM_CFLAGS/s|-g -O2 ||g' || die epatch "${FILESDIR}"/${P}-includes.patch eautoreconf }