added version 1.6.2 of fgrun, since 1.6.0 does not compile (missing libs from old simgear-version)
This commit is contained in:
parent
e910135a8d
commit
86f5bfc768
3 changed files with 55 additions and 0 deletions
13
games-simulation/fgrun/files/fgrun-1.5.2-fltk.patch
Normal file
13
games-simulation/fgrun/files/fgrun-1.5.2-fltk.patch
Normal file
|
@ -0,0 +1,13 @@
|
|||
--- configure.ac.old 2007-04-25 22:26:19.000000000 +0200
|
||||
+++ configure.ac 2007-04-25 22:27:41.000000000 +0200
|
||||
***************
|
||||
*** 138,143 ****
|
||||
--- 138,146 ----
|
||||
FLUID="$with_fltk/bin/fluid"
|
||||
CPPFLAGS="-I$with_fltk/include $CPPFLAGS"
|
||||
EXTRA_DIRS="${EXTRA_DIRS} $with_fltk"
|
||||
+ else
|
||||
+ CPPFLAGS="$(fltk-config --cxxflags) $CPPFLAGS"
|
||||
+ LIBS="$(fltk-config --use-gl --ldflags) $LIBS"
|
||||
fi
|
||||
AC_SUBST(FLUID)
|
Loading…
Add table
Add a link
Reference in a new issue