# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=3 inherit toolchain-funcs DESCRIPTION="Aims to be an alternative to GNU autoconf" HOMEPAGE="http://pmk.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~x86-linux ~ppc-macos" IUSE="" DEPEND="" RDEPEND="" src_prepare() { # Make this respect LDFLAGS, bug #334987 sed -i -e "s:CLDFLAGS:LDFLAGS:" Makefile.pmk || die sed -i -e "/@CLDFLAGS@/d" Makefile.pmk || die # Remove executable stack cp detect_cpu_asm.s detect_cpu_asm.S cat >> detect_cpu_asm.S <