summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2011-10-19 06:36:06 +0000
committerAlfredo Tupone <tupone@gentoo.org>2011-10-19 06:36:06 +0000
commit1cc61da73611e27f6663e653ff309f495f26b82e (patch)
tree09009ebe1dad13a46136147c94843ea6a9673629 /games-simulation
parentmove reload to extra_started_commands (diff)
downloadgentoo-2-1cc61da73611e27f6663e653ff309f495f26b82e.tar.gz
gentoo-2-1cc61da73611e27f6663e653ff309f495f26b82e.tar.bz2
gentoo-2-1cc61da73611e27f6663e653ff309f495f26b82e.zip
Fix build with new subversion. Bug #387379
(Portage version: 2.1.10.28/cvs/Linux i686)
Diffstat (limited to 'games-simulation')
-rw-r--r--games-simulation/flightgear/ChangeLog6
-rw-r--r--games-simulation/flightgear/files/flightgear-2.4.0-svn.patch10
-rw-r--r--games-simulation/flightgear/flightgear-2.4.0.ebuild5
3 files changed, 18 insertions, 3 deletions
diff --git a/games-simulation/flightgear/ChangeLog b/games-simulation/flightgear/ChangeLog
index 4427256768e3..e4089e2e681e 100644
--- a/games-simulation/flightgear/ChangeLog
+++ b/games-simulation/flightgear/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-simulation/flightgear
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/flightgear/ChangeLog,v 1.50 2011/10/16 02:31:24 reavertm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/flightgear/ChangeLog,v 1.51 2011/10/19 06:36:06 tupone Exp $
+
+ 19 Oct 2011; Tupone Alfredo <tupone@gentoo.org> flightgear-2.4.0.ebuild,
+ +files/flightgear-2.4.0-svn.patch:
+ Fix build with new subversion. Bug #387379 by Juergen Rose
*flightgear-2.4.0 (16 Oct 2011)
diff --git a/games-simulation/flightgear/files/flightgear-2.4.0-svn.patch b/games-simulation/flightgear/files/flightgear-2.4.0-svn.patch
new file mode 100644
index 000000000000..a62bb2310fc0
--- /dev/null
+++ b/games-simulation/flightgear/files/flightgear-2.4.0-svn.patch
@@ -0,0 +1,10 @@
+--- utils/TerraSync/terrasync.cxx.old 2011-10-18 20:31:14.893605854 +0200
++++ utils/TerraSync/terrasync.cxx 2011-10-18 20:32:58.580593547 +0200
+@@ -61,6 +61,7 @@
+ # include <svn_client.h>
+ # include <svn_cmdline.h>
+ # include <svn_pools.h>
++# include <svn_version.h>
+ # else
+ # undef HAVE_SVN_CLIENT_H
+ # endif
diff --git a/games-simulation/flightgear/flightgear-2.4.0.ebuild b/games-simulation/flightgear/flightgear-2.4.0.ebuild
index 8266f25c0b95..aa60999fa65d 100644
--- a/games-simulation/flightgear/flightgear-2.4.0.ebuild
+++ b/games-simulation/flightgear/flightgear-2.4.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/flightgear/flightgear-2.4.0.ebuild,v 1.1 2011/10/16 02:31:24 reavertm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/flightgear/flightgear-2.4.0.ebuild,v 1.2 2011/10/19 06:36:06 tupone Exp $
EAPI=3
@@ -35,7 +35,8 @@ DEPEND="${COMMON_DEPEND}
RDEPEND="${COMMON_DEPEND}"
src_prepare() {
- epatch "${FILESDIR}"/${PN}-2.0.0-sdl.patch
+ epatch "${FILESDIR}"/${PN}-2.0.0-sdl.patch \
+ "${FILESDIR}"/${P}-svn.patch
eautoreconf
}