diff options
Diffstat (limited to 'games-simulation/fgrun/files/fgrun-1.5.2-fltk.patch')
-rw-r--r-- | games-simulation/fgrun/files/fgrun-1.5.2-fltk.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/games-simulation/fgrun/files/fgrun-1.5.2-fltk.patch b/games-simulation/fgrun/files/fgrun-1.5.2-fltk.patch new file mode 100644 index 000000000000..b473bdff9b98 --- /dev/null +++ b/games-simulation/fgrun/files/fgrun-1.5.2-fltk.patch @@ -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) |