summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-simulation/fgrun/files/fgrun-0.4.8-fltk.patch')
-rw-r--r--games-simulation/fgrun/files/fgrun-0.4.8-fltk.patch12
1 files changed, 12 insertions, 0 deletions
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)