summaryrefslogtreecommitdiffstats
path: root/games/fgrun/patches/fgrun-1.7.0-update-required-SimGear-version.patch
diff options
context:
space:
mode:
author Matteo Bernardini2013-11-18 18:29:01 +0100
committer Robby Workman2013-11-19 08:10:58 +0100
commit83940e056e4dc987a0f61cf79bbc3316e0e5e3d7 (patch)
treed1327d6e5427cda4db246505c4b5afae0f1af8e7 /games/fgrun/patches/fgrun-1.7.0-update-required-SimGear-version.patch
parentbcdc93d0d4cb91d7418c5c6c9654c733fc616c6f (diff)
downloadslackbuilds-83940e056e4dc987a0f61cf79bbc3316e0e5e3d7.tar.gz
games/fgrun: Updated for version 20131117_973f772.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'games/fgrun/patches/fgrun-1.7.0-update-required-SimGear-version.patch')
-rw-r--r--games/fgrun/patches/fgrun-1.7.0-update-required-SimGear-version.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/games/fgrun/patches/fgrun-1.7.0-update-required-SimGear-version.patch b/games/fgrun/patches/fgrun-1.7.0-update-required-SimGear-version.patch
new file mode 100644
index 0000000000..9f37d95b25
--- /dev/null
+++ b/games/fgrun/patches/fgrun-1.7.0-update-required-SimGear-version.patch
@@ -0,0 +1,25 @@
+From 436f659bdcef3726ece7928e221ba7ea7805381e Mon Sep 17 00:00:00 2001
+From: Fabrice Bellet <fabrice@bellet.info>
+Date: Sun, 22 Sep 2013 12:55:33 +0200
+Subject: [PATCH 5/5] Update required SimGear version
+
+---
+ CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index aa95c59..4b6fea5 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -131,7 +131,7 @@ find_package(Boost REQUIRED)
+ find_package(ZLIB REQUIRED)
+ find_package(FLTK REQUIRED)
+ find_package(OpenSceneGraph 2.8.1 REQUIRED osgText osgDB osgParticle osgUtil osgViewer osgGA)
+-find_package(SimGear 2.8.0 REQUIRED)
++find_package(SimGear 2.12.0 REQUIRED)
+ if (ENABLE_NLS)
+ find_package(Gettext)
+ endif (ENABLE_NLS)
+--
+1.8.3.1
+