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

Collapse All | Expand All

(-)sdcc-2.9.0.ebuild (-8 / +2 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2010 Gentoo Foundation
1
# Copyright 1999-2012 Gentoo Foundation
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-embedded/sdcc/sdcc-2.9.0.ebuild,v 1.1 2010/10/08 09:38:44 vapier Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-embedded/sdcc/sdcc-3.1.0.ebuild,v 1.0 2012/03/14 09:38:44 vapier Exp $
4
4
5
EAPI="2"
5
EAPI="2"
6
6
Lines 49-62 Link Here
49
			-e 's:\<(PORTDIR|ARCH)\>:SDCC\1:g' \
49
			-e 's:\<(PORTDIR|ARCH)\>:SDCC\1:g' \
50
			{} + || die
50
			{} + || die
51
51
52
	epatch "${FILESDIR}"/${P}-gcc44.patch
53
	epatch "${FILESDIR}"/${P}-getline.patch
54
	epatch "${FILESDIR}"/${P}-headers.patch
55
	epatch "${FILESDIR}"/${P}-build.patch
56
57
	# We'll install doc manually
52
	# We'll install doc manually
58
	sed -i -e '/SDCC_DOC/d' Makefile.in || die
53
	sed -i -e '/SDCC_DOC/d' Makefile.in || die
59
	sed -i -e 's/all install-doc/all/' as/Makefile.in || die
60
	sed -i -e 's/ doc//' sim/ucsim/packages_in.mk || die
54
	sed -i -e 's/ doc//' sim/ucsim/packages_in.mk || die
61
55
62
	[[ ${PV} == "9999" ]] && eautoreconf
56
	[[ ${PV} == "9999" ]] && eautoreconf

Return to bug 344535