# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 inherit autotools DESCRIPTION="a tool for tunneling SSH through HTTP proxies" HOMEPAGE="http://www.agroman.net/corkscrew/" SRC_URI="http://www.agroman.net/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~arm ~ppc ~sparc x86" IUSE="" DOCS="AUTHORS ChangeLog README TODO" src_prepare() { # Christoph Mende (24 Jun 2012) # AC_HEADER_STDC is called separately and #include is # without #ifdef in corkscrew.c. Instead of using AC_C_PROTOTYPES, # remove the call entirely as unused wrt bug #423193 sed -i -e 's:AM_C_PROTOTYPES:dnl &:' configure.in || die eautoreconf }