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

Collapse All | Expand All

(-)gwave-20090213.ebuild.orig (-4 / +4 lines)
Lines 1-10 Link Here
1
# Copyright 1999-2009 Gentoo Foundation
1
# Copyright 1999-2010 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/gwave/gwave-20090213.ebuild,v 1.1 2009/11/29 07:06:23 calchan Exp $
3
# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gwave/gwave-20090213.ebuild,v 1.1 2009/11/29 07:06:23 calchan Exp $
4
4
5
EAPI="2"
5
EAPI="2"
6
6
7
inherit eutils fdo-mime gnome2-utils
7
inherit autotools eutils fdo-mime gnome2-utils
8
8
9
MY_PN="gwave2"
9
MY_PN="gwave2"
10
MY_P="${MY_PN}-${PV}"
10
MY_P="${MY_PN}-${PV}"
Lines 29-36 Link Here
29
S="${WORKDIR}/${MY_P}"
29
S="${WORKDIR}/${MY_P}"
30
30
31
src_prepare() {
31
src_prepare() {
32
	# --as-needed fix
32
	epatch "${FILESDIR}"/$P-as-needed.patch
33
	sed -i -e 's/_LDADD = /_LDADD = -lX11 /' remote/Makefile.in || die "sed failed"
33
	eautoreconf
34
}
34
}
35
35
36
src_install() {
36
src_install() {

Return to bug 248351