diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-06-01 19:21:10 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-06-03 07:59:49 +0700 |
commit | d6fcdc8224f6ea73c131994e42fa8f12a16d0f37 (patch) | |
tree | 0d1552495648e1240f8ec69f4aed9d5fb14a1395 /games/fgrun/patches | |
parent | 5871c4931fc6fc6d83561502e7f903ef09af50f2 (diff) | |
download | slackbuilds-d6fcdc8224f6ea73c131994e42fa8f12a16d0f37.tar.gz |
games/fgrun: Updated for version 2016.4.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/fgrun/patches')
-rw-r--r-- | games/fgrun/patches/fgrun-1.7.0-update-required-SimGear-version.patch | 25 |
1 files changed, 0 insertions, 25 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 deleted file mode 100644 index 9f37d95b25..0000000000 --- a/games/fgrun/patches/fgrun-1.7.0-update-required-SimGear-version.patch +++ /dev/null @@ -1,25 +0,0 @@ -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 - |