summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <rhill@gentoo.org>2010-01-30 06:06:17 +0000
committerRyan Hill <rhill@gentoo.org>2010-01-30 06:06:17 +0000
commitfbd3a24a09af2abce6fdec52baf64ab8c6e30cc8 (patch)
tree36f7cb9eb24e308e83044d25354e4a53228be960 /app-misc/roadnav/roadnav-0.19.ebuild
parentUpdated my email (diff)
downloadhistorical-fbd3a24a09af2abce6fdec52baf64ab8c6e30cc8.tar.gz
historical-fbd3a24a09af2abce6fdec52baf64ab8c6e30cc8.tar.bz2
historical-fbd3a24a09af2abce6fdec52baf64ab8c6e30cc8.zip
Fix build error w/ gcc-4.5.
Package-Manager: portage-2.2_rc61/cvs/Linux x86_64
Diffstat (limited to 'app-misc/roadnav/roadnav-0.19.ebuild')
-rw-r--r--app-misc/roadnav/roadnav-0.19.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/app-misc/roadnav/roadnav-0.19.ebuild b/app-misc/roadnav/roadnav-0.19.ebuild
index 5223d93cbaec..eaebeb983f5d 100644
--- a/app-misc/roadnav/roadnav-0.19.ebuild
+++ b/app-misc/roadnav/roadnav-0.19.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/roadnav/roadnav-0.19.ebuild,v 1.1 2009/07/01 05:22:28 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/roadnav/roadnav-0.19.ebuild,v 1.2 2010/01/30 06:06:16 dirtyepic Exp $
EAPI=2
-inherit wxwidgets
+inherit eutils wxwidgets
DESCRIPTION="Roadnav is a street map application with routing and GPS support"
HOMEPAGE="http://roadnav.sourceforge.net"
@@ -26,6 +26,7 @@ RDEPEND="${DEPEND}"
src_prepare() {
WX_GTK_VER=2.8
need-wxwidgets gtk2
+ epatch "${FILESDIR}"/${P}-gcc45.patch
}
src_configure() {