Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 227537 | Differences between
and this patch

Collapse All | Expand All

(-)cgicc-3.2.5.ebuild (+6 lines)
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/dev-libs/cgicc/cgicc-3.2.5.ebuild,v 1.1 2008/01/30 11:23:26 dev-zero Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-libs/cgicc/cgicc-3.2.5.ebuild,v 1.1 2008/01/30 11:23:26 dev-zero Exp $
4
4
5
inherit autotools
6
5
DESCRIPTION="A C++ class library for writing CGI applications"
7
DESCRIPTION="A C++ class library for writing CGI applications"
6
HOMEPAGE="http://www.cgicc.org/"
8
HOMEPAGE="http://www.cgicc.org/"
7
SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
9
SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
Lines 29-34 Link Here
29
		-e 's|$(docdir)|@htmldir@|g' \
31
		-e 's|$(docdir)|@htmldir@|g' \
30
		-e 's|$(prefix)/doc/\$(PACKAGE)-\$(VERSION)|@docdir@|' \
32
		-e 's|$(prefix)/doc/\$(PACKAGE)-\$(VERSION)|@docdir@|' \
31
		doc/Makefile.in || die "sed failed"
33
		doc/Makefile.in || die "sed failed"
34
35
	# this runs libtoolize in case links in ${S}/support need updated
36
	# for building with libtool > 1.5 (bug #227537)
37
	eautoreconf
32
}
38
}
33
39
34
src_compile() {
40
src_compile() {

Return to bug 227537