summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-simulation/fgrun/files')
-rw-r--r--games-simulation/fgrun/files/digest-fgrun-0.4.83
-rw-r--r--games-simulation/fgrun/files/fgrun-0.4.8-fltk.patch12
2 files changed, 15 insertions, 0 deletions
diff --git a/games-simulation/fgrun/files/digest-fgrun-0.4.8 b/games-simulation/fgrun/files/digest-fgrun-0.4.8
new file mode 100644
index 000000000000..35f4347e9c0d
--- /dev/null
+++ b/games-simulation/fgrun/files/digest-fgrun-0.4.8
@@ -0,0 +1,3 @@
+MD5 319669316e1a8a52d7935c62836ba9be fgrun-0.4.8.tar.gz 190719
+RMD160 70396ad23732f7faedf8831c3ab287afc142ad30 fgrun-0.4.8.tar.gz 190719
+SHA256 0e0a4b899cb29e614e979d179f58853564fb4c40138f9e3bc6f32482c733fc3f fgrun-0.4.8.tar.gz 190719
diff --git a/games-simulation/fgrun/files/fgrun-0.4.8-fltk.patch b/games-simulation/fgrun/files/fgrun-0.4.8-fltk.patch
new file mode 100644
index 000000000000..359b9c811b52
--- /dev/null
+++ b/games-simulation/fgrun/files/fgrun-0.4.8-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)