Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 252035
Collapse All | Expand All

(-)/usr/portage/sci-electronics/iverilog/iverilog-0.8.6.ebuild (-2 / +4 lines)
Lines 1-8 Link Here
1
# Copyright 1999-2008 Gentoo Foundation
1
# Copyright 1999-2009 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/sci-electronics/iverilog/iverilog-0.8.6.ebuild,v 1.2 2008/05/07 01:49:12 halcy0n Exp $
3
# $Header: $
4
4
5
inherit eutils multilib
5
inherit eutils multilib
6
6
7
S="${WORKDIR}/verilog-${PV}"
7
S="${WORKDIR}/verilog-${PV}"
8
8
Lines 24-33 Link Here
24
24
25
	epatch "${FILESDIR}"/iverilog-gcc43.patch
25
	epatch "${FILESDIR}"/iverilog-gcc43.patch
26
26
27
	# Fix for bug #172919
27
	# Fix for bug #172919
28
	sed -i -e '/#  include <asm\/page.h>/d' vvp/main.cc || die "sed failed"
28
	sed -i -e '/#  include <asm\/page.h>/d' vvp/main.cc || die "sed failed"
29
	#Fixing some stripped files
30
	sed -i -e '/$(STRIP) $(strip_dynamic) $(vpidir)\/system.vpi/d' vpi/Makefile.in || die "sed Makefile.in failed"
29
}
31
}
30
32
31
src_install() {
33
src_install() {
32
	make \
34
	make \
33
		prefix="${D}"/usr \
35
		prefix="${D}"/usr \

Return to bug 252035