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 (-2 / +9 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 21-34 Link Here
21
	# upstream bug: #22176
23
	# upstream bug: #22176
22
	sed -i \
24
	sed -i \
23
		-e 's/@GNUCAP_LDFLAGS@//' \
25
		-e 's/@GNUCAP_LDFLAGS@//' \
24
		cgicc/Makefile.in || die "sed failed"
26
		cgicc/Makefile.am || die "sed failed"
25
27
26
	# Fix docdir/htmldir paths in doc/Makefile.in
28
	# Fix docdir/htmldir paths in doc/Makefile.in
27
	# upstream bug: #6385
29
	# upstream bug: #6385
28
	sed -i \
30
	sed -i \
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.am || 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
38
32
}
39
}
33
40
34
src_compile() {
41
src_compile() {

Return to bug 227537