summaryrefslogtreecommitdiff
path: root/games/fgrun/fgrun.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/fgrun/fgrun.SlackBuild')
-rw-r--r--games/fgrun/fgrun.SlackBuild11
1 files changed, 0 insertions, 11 deletions
diff --git a/games/fgrun/fgrun.SlackBuild b/games/fgrun/fgrun.SlackBuild
index fb7e86dc9b..2002f21c4a 100644
--- a/games/fgrun/fgrun.SlackBuild
+++ b/games/fgrun/fgrun.SlackBuild
@@ -54,17 +54,6 @@ patch -p1 < $CWD/patches/fgrun-1.6.1-fix-crash-when-setting-defaults.patch
patch -p1 < $CWD/patches/fgrun-1.6.2-fix-reloadpath-logic.patch
patch -p1 < $CWD/patches/fgrun-1.7.0-update-required-SimGear-version.patch
-sed \
- -e "s|fltk-config|fltk13-config|" \
- -e "s|fluid|fluid13|" \
- -e "s|\${CMAKE_CURRENT_LIST_DIR}|/usr/share/cmake-2.8/Modules|" \
- /usr/share/cmake-2.8/Modules/FindFLTK.cmake \
- > CMakeModules/FindFLTK13.cmake
-sed -i \
- -e "s|FLTK\ REQUIRED|FLTK13\ REQUIRED|" \
- -e "s|FLTK_FOUND|FLTK13_FOUND|" \
- CMakeLists.txt
-
mkdir -p build
cd build
cmake \