diff options
Diffstat (limited to 'games-simulation/fgrun/files')
-rw-r--r-- | games-simulation/fgrun/files/digest-fgrun-1.0.0 | 3 | ||||
-rw-r--r-- | games-simulation/fgrun/files/fgrun-1.0.0-fltk.patch | 12 |
2 files changed, 15 insertions, 0 deletions
diff --git a/games-simulation/fgrun/files/digest-fgrun-1.0.0 b/games-simulation/fgrun/files/digest-fgrun-1.0.0 new file mode 100644 index 000000000000..0973d1d7eda5 --- /dev/null +++ b/games-simulation/fgrun/files/digest-fgrun-1.0.0 @@ -0,0 +1,3 @@ +MD5 1ba8401ddf5cb155ac7ab26c67705e06 fgrun-1.0.0.tar.gz 196526 +RMD160 54290845d43000a5cb040a6f48628453bc14a41c fgrun-1.0.0.tar.gz 196526 +SHA256 55cdaedcf91217808374fa6e4f6ae32a80fdcaea3d6d9e8056b0afa0aa88933c fgrun-1.0.0.tar.gz 196526 diff --git a/games-simulation/fgrun/files/fgrun-1.0.0-fltk.patch b/games-simulation/fgrun/files/fgrun-1.0.0-fltk.patch new file mode 100644 index 000000000000..359b9c811b52 --- /dev/null +++ b/games-simulation/fgrun/files/fgrun-1.0.0-fltk.patch @@ -0,0 +1,12 @@ +--- configure.ac.old 2007-04-25 22:26:19.000000000 +0200 ++++ configure.ac 2007-04-25 22:27:41.000000000 +0200 +@@ -194,6 +194,9 @@ + FLUID="$fltk_prefix/bin/fluid" + CPPFLAGS="-I$fltk_prefix/include $CPPFLAGS" + LDFLAGS="-L$fltk_prefix/lib $LDFLAGS" ++else ++ CPPFLAGS="$(fltk-config --cxxflags) $CPPFLAGS" ++ LDFLAGS="$(fltk-config --ldflags) $LDFLAGS" + fi + + AC_SUBST(FLUID) |