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

Collapse All | Expand All

(-)/usr/portage/sci-geosciences/viking/viking-0.9.8.ebuild (+8 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/sci-geosciences/viking/viking-0.9.8.ebuild,v 1.1 2009/02/13 21:59:01 hanno Exp $
3
# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/viking/viking-0.9.8.ebuild,v 1.1 2009/02/13 21:59:01 hanno Exp $
4
4
5
inherit eutils
6
5
DESCRIPTION="Viking is a program to manage GPS data."
7
DESCRIPTION="Viking is a program to manage GPS data."
6
HOMEPAGE="http://viking.sourceforge.net/"
8
HOMEPAGE="http://viking.sourceforge.net/"
7
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
9
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
Lines 20-25 Link Here
20
	dev-util/intltool
22
	dev-util/intltool
21
	dev-util/pkgconfig"
23
	dev-util/pkgconfig"
22
24
25
src_unpack() {
26
	unpack ${A}
27
	cd "${S}"
28
	epatch "${FILESDIR}/${PV}-realtime_gpsd_unit-has-incomplete-type.patch"
29
}
30
23
src_compile() {
31
src_compile() {
24
	econf --enable-openstreetmap \
32
	econf --enable-openstreetmap \
25
		--enable-expedia \
33
		--enable-expedia \

Return to bug 280859